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
See sass/sass#2235
input.scss
$color: #f00; my-view1 { --view1-card: { border: solid 1px #{$color}; opacity: 0.5; }; }
libsass 3.5.0.beta.2
my-view1 { --view1-card-border: solid 1px #f00; --view1-card-opacity: 0.5; }
ruby sass 3.4.21
version info:
$ node-sass --version node-sass 4.4.0 (Wrapper) [JavaScript] libsass 3.5.0.beta.2 (Sass Compiler) [C/C++]
The text was updated successfully, but these errors were encountered:
I believe this is a duplicate of #2076
Sorry, something went wrong.
No branches or pull requests
See sass/sass#2235
input.scss
libsass 3.5.0.beta.2
ruby sass 3.4.21
version info:
The text was updated successfully, but these errors were encountered: