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
Originally reported in sass/node-sass#1316
a { display: block b { c { foo: bar; } } }
Ruby Sass
Error: Illegal nesting: Only properties may be nested beneath properties. on line 5 of test.scss Use --trace for backtrace.
LibSass 3.3.2
[1] 64183 segmentation fault /Users/michael/Projects/Sass/sassc/bin/sassc test.scss
Spec added sass/sass-spec#644
The text was updated successfully, but these errors were encountered:
Add specs for issue 1803
c1ff55e
This PR add specs for sass/libsass#1803
mgreter
No branches or pull requests
Originally reported in sass/node-sass#1316
Ruby Sass
LibSass 3.3.2
Spec added sass/sass-spec#644
The text was updated successfully, but these errors were encountered: