@appartmint/css-mint 0.0.5 → 0.0.7

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.5",
4
+ "version": "0.0.7",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "description": "Styles by App Art Mint",
@@ -15,6 +15,6 @@
15
15
  @include css-var(c-info, #bada55);
16
16
 
17
17
  /// App Colors
18
- @include css-var(c-fg, color.adjust(c-black, $lightness: 10%));
19
- @include css-var(c-bg, color.adjust(c-white, $lightness: -10%));
18
+ @include css-var(c-fg, color.adjust(black, $lightness: 10%));
19
+ @include css-var(c-bg, color.adjust(white, $lightness: -10%));
20
20
  }
@@ -4,7 +4,7 @@
4
4
  /// Fonts
5
5
  @include css-var(c-font-text, sans-serif);
6
6
  @include css-var(c-font-title, serif);
7
- @include css-var(c-font-backups, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
8
- @include css-var(c-font-title-backups, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
7
+ ///@include css-var(c-font-backups, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
8
+ ///@include css-var(c-font-title-backups, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
9
9
  @include css-var(c-font-h, 1.25);
10
10
  }