We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
input.scss
$color: #1caf9a; body { background: change-color($color, $hue: 120); }
libsass 3.3.6
body { background: #af1d1c; }
ruby sass 3.4.21
body { background: #1caf1c; }
version info:
$ node-sass --version node-sass 3.8.0 (Wrapper) [JavaScript] libsass 3.3.6 (Sass Compiler) [C/C++]
The text was updated successfully, but these errors were encountered:
Add todo spec test for libsass issue 2112
bf0f341
sass/libsass#2112
Fix error whit hue color change function
7543c62
Spec sass/sass-spec#875 Fixes sass#2112
Fix error with hue color change function
7b5f46c
Thanks for the report, this should be fixed with next upcoming version!
Sorry, something went wrong.
Activate specs for issue 2112
4a0ed88
This PR activates specs for sass/libsass#2112
mgreter
No branches or pull requests
input.scss
libsass 3.3.6
ruby sass 3.4.21
version info:
The text was updated successfully, but these errors were encountered: