@sikka/hawa 0.0.200 → 0.0.201

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
@@ -938,6 +938,9 @@ video {
938
938
  .w-11 {
939
939
  width: 2.75rem;
940
940
  }
941
+ .w-\[calc\(1\%\)\] {
942
+ width: calc(1%);
943
+ }
941
944
  .w-1 {
942
945
  width: 0.25rem;
943
946
  }