You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 4, 2022. It is now read-only.
The documentation states that we can retrieve a core color by not supplying a grade like this:
.foo {
color:color('blue');
}
However, I get this error on all colors except for white:
Message:
node_modules/ibm-design-colors/_ibm-colors.scss
Error: argument `$color` of `rgba($color, $alpha)` must be a color
Backtrace:
node_modules/ibm-design-colors/_ibm-colors.scss:52, in function `rgba`
node_modules/ibm-design-colors/_ibm-colors.scss:52, in function `color`
dashboard/src/styles/scss/_modal.scss:8
on line 52 of node_modules/ibm-design-colors/_ibm-colors.scss
>> @return rgba($grd, $alpha);
------------^
The documentation states that we can retrieve a core color by not supplying a grade like this:
However, I get this error on all colors except for white: