@appartmint/mint 4.2.13 → 4.2.14

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
@@ -2386,6 +2386,14 @@ textarea {
2386
2386
  flex-shrink: 0;
2387
2387
  }
2388
2388
 
2389
+ :root {
2390
+ --mint-xs: 480px;
2391
+ --mint-sm: 768px;
2392
+ --mint-md: 1024px;
2393
+ --mint-lg: 1200px;
2394
+ --mint-xl: 1440px;
2395
+ }
2396
+
2389
2397
  .mint-pad-auto {
2390
2398
  padding-left: auto;
2391
2399
  padding-right: auto;