Skip to content

[3.3.3 Regression] @extend #{'%test'} !optional errors #1993

New issue

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

Closed
eoneill opened this issue Apr 13, 2016 · 0 comments
Closed

[3.3.3 Regression] @extend #{'%test'} !optional errors #1993

eoneill opened this issue Apr 13, 2016 · 0 comments

Comments

@eoneill
Copy link

eoneill commented Apr 13, 2016

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++]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants