@appartmint/mint 4.2.21 → 4.2.22

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/css/mint.css CHANGED
@@ -729,6 +729,10 @@ body.mint-fixed #mint-header {
729
729
  object-fit: cover;
730
730
  }
731
731
 
732
+ :root {
733
+ --mint-grid-fit-w: calc(480px * 1px);
734
+ }
735
+
732
736
  .mint-grid {
733
737
  display: grid;
734
738
  grid-template-columns: 1fr;