@thesquad-components/sqd-module-template 0.1.1 → 0.1.2

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/index.css CHANGED
@@ -1405,6 +1405,9 @@
1405
1405
  .min-w-\[30\%\] {
1406
1406
  min-width: 30%;
1407
1407
  }
1408
+ .min-w-\[180px\] {
1409
+ min-width: 180px;
1410
+ }
1408
1411
  .flex-1 {
1409
1412
  flex: 1;
1410
1413
  }