@appartmint/css-mint 0.0.36 → 0.0.37

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/util.scss +1 -1
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.36",
4
+ "version": "0.0.37",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "description": "Styles by App Art Mint",
package/src/util.scss CHANGED
@@ -600,7 +600,7 @@ $break: (
600
600
  /// @param {Boolean} $alpha - whether to generate alpha variations
601
601
  /// @output css variables for different shades of the source color
602
602
  @mixin shades ($name, $color, $number: 10, $alpha: false) {
603
- @error color.space($color);
603
+ @error color.alpha($color);
604
604
  @if (meta.type-of($name) != 'string') {
605
605
  @error 'The shades mixin requires a string for the $name argument.';
606
606
  }