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
The following SCSS:
button, /* 1 */ div { top: 10px; }
causes an error:
>> invalid top-level expression >> Line 1 Column 1 app/core-styles/_normalize.scss
node-sass 3.0.0-beta.4. Ruby Sass parses it fine.
3.0.0-beta.4
Related: #890, #1021.
The text was updated successfully, but these errors were encountered:
Already fixed in latest master and 3.2.0-beta.4 (node-sass 3.0.0-beta.4 uses libsass 3.2.0-beta.2) !
Sorry, something went wrong.
Great, thanks! :)
No branches or pull requests
The following SCSS:
causes an error:
node-sass
3.0.0-beta.4
. Ruby Sass parses it fine.Related: #890, #1021.
The text was updated successfully, but these errors were encountered: