@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.
- package/package.json +1 -1
- package/src/util.scss +1 -1
package/package.json
CHANGED
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.
|
|
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
|
}
|