We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Given...
.test { @extend #{'%test'} !optional }
fails (as of v3.3.3) with error:
The selector "%test" was not found. Use "@extend %test !optional" if the extend should be able to fail.
using:
node-sass 3.5.0-beta.1 (Wrapper) [JavaScript] libsass 3.3.3 (Sass Compiler) [C/C++]
However, the above works as expected (no error) when using v3.3.2:
node-sass 3.4.2 (Wrapper) [JavaScript] libsass 3.3.2 (Sass Compiler) [C/C++]
The text was updated successfully, but these errors were encountered:
mgreter
No branches or pull requests
Given...
fails (as of v3.3.3) with error:
using:
However, the above works as expected (no error) when using v3.3.2:
The text was updated successfully, but these errors were encountered: