@sikka/hawa 0.0.151 → 0.0.153

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
@@ -872,11 +872,14 @@ video {
872
872
  .w-10\/12 {
873
873
  width: 83.333333%;
874
874
  }
875
+ .w-\[calc\(100\%-3\.5rem\)\] {
876
+ width: calc(100% - 3.5rem);
877
+ }
875
878
  .w-\[calc\(100\%-10rem\)\] {
876
879
  width: calc(100% - 10rem);
877
880
  }
878
- .w-\[calc\(100\%-3\.5rem\)\] {
879
- width: calc(100% - 3.5rem);
881
+ .w-\[calc\(100\%-10\.01rem\)\] {
882
+ width: calc(100% - 10.01rem);
880
883
  }
881
884
  .w-80 {
882
885
  width: 20rem;