@sikka/hawa 0.0.185 → 0.0.186

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/styles.css CHANGED
@@ -851,6 +851,10 @@ video {
851
851
  .h-11 {
852
852
  height: 2.75rem;
853
853
  }
854
+ .h-max {
855
+ height: -moz-max-content;
856
+ height: max-content;
857
+ }
854
858
  .h-0 {
855
859
  height: 0px;
856
860
  }