@appartmint/css-mint 0.0.14 → 0.0.16

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@appartmint/css-mint",
3
3
  "author": "App Art Mint LLC",
4
- "version": "0.0.14",
4
+ "version": "0.0.16",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "description": "Styles by App Art Mint",
@@ -17,4 +17,9 @@
17
17
  /// Shadows
18
18
  @include css-var-ref(shadow-c, glow-2);
19
19
  @include css-var(shadow-s, 0 0 2rem -0.5rem);
20
+
21
+ /// Widths
22
+ @each $size, $value in $break {
23
+ @include css-var(max-#{$size}, $value);
24
+ }
20
25
  }