@appartmint/css-mint 0.0.35 → 0.0.36

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.35",
4
+ "version": "0.0.36",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "description": "Styles by App Art Mint",
@@ -17,7 +17,7 @@
17
17
 
18
18
  :root {
19
19
  /// Black and White Shades
20
- @include shades(c-bw, black);
20
+ /*@include shades(c-bw, black);
21
21
  @include shades(glow, rgba(255, 255, 255, 0), 10, true);
22
22
  @include shades(shadow, rgba(0, 0, 0, 0), 10, true);
23
23
 
@@ -31,7 +31,7 @@
31
31
 
32
32
  /// App Colors
33
33
  @include css-var-ref(c-fg, c-bw-8);
34
- @include css-var-ref(c-bg, c-bw-1);
34
+ @include css-var-ref(c-bg, c-bw-1);*/
35
35
  }
36
36
 
37
37
  #{class(theme)} {