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
When I upgraded to latest node-sass version, the function suddenly stopped working for the values blue and red because type-of($idx) returns 'color' for them:
background-color: getColor('label', 'blue');
Versions:
node-sass: 3.3.2, which means libsass: 3.2.5
A related issue is: #652
...but it's marked resolved.
The text was updated successfully, but these errors were encountered:
I have the following color-function:
When I upgraded to latest
node-sass
version, the function suddenly stopped working for the valuesblue
andred
becausetype-of($idx)
returns 'color' for them:Versions:
node-sass:
3.3.2
, which means libsass:3.2.5
A related issue is: #652
...but it's marked resolved.
The text was updated successfully, but these errors were encountered: