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
I know this is not legal syntax for SCSS, but I think throwing a sensible error is better than one line segfault...
input.scss
body { margin: { @media (min-width: 30em) { top: 1em; } } }
libsass 3.3.6
Segmentation fault (core dumped)
ruby sass 3.4.22
Error: Illegal nesting: Only properties may be nested beneath properties. on line 3 of src/style.scss Use --trace for backtrace.
version info:
$ node-sass --version node-sass 3.8.0 (Wrapper) [JavaScript] libsass 3.3.6 (Sass Compiler) [C/C++] $node -v v6.3.1 $uname -sr Linux 4.6.5-1-zen
The text was updated successfully, but these errors were encountered:
Thanks for the report. This is already fixed on master.
$ psass sass.scss Error: Illegal nesting: Only properties may be nested beneath properties. on line 3 of sass.scss >> @media (min-width: 30em) { top: 1em; } ----^ $ psass -v psass 0.4.0 (perl sass/scss compiler) libsass: 3.3.6-87-gf96ec465 sass2scss: 1.0.6
Sorry, something went wrong.
No branches or pull requests
I know this is not legal syntax for SCSS, but I think throwing a sensible error is better than one line segfault...
input.scss
libsass 3.3.6
ruby sass 3.4.22
version info:
The text was updated successfully, but these errors were encountered: