@sikka/hawa 0.0.148 → 0.0.150

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
@@ -878,6 +878,9 @@ video {
878
878
  .w-\[calc\(100\%-10rem\)\] {
879
879
  width: calc(100% - 10rem);
880
880
  }
881
+ .w-\[calc\(100\%-3\.5rem\)\] {
882
+ width: calc(100% - 3.5rem);
883
+ }
881
884
  .w-\[calc\(100\%-1rem\)\] {
882
885
  width: calc(100% - 1rem);
883
886
  }
@@ -1080,9 +1083,6 @@ video {
1080
1083
  .justify-self-end {
1081
1084
  justify-self: end;
1082
1085
  }
1083
- .overflow-auto {
1084
- overflow: auto;
1085
- }
1086
1086
  .overflow-hidden {
1087
1087
  overflow: hidden;
1088
1088
  }