This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
Segmentation fault (core dumped) when compiling nested @media in sub-properties #1667
Labels
Milestone
I know this is not legal syntax for SCSS, but I think throwing a sensible error is better than one line segfault...
In this case, ruby-sass reports :
Illegal nesting: Only properties may be nested beneath properties.
I found an old similar segfault in #1373 , while it is not exactly same as this case.
node-sass version: 3.8.0
libsass version: 3.3.6
node version: 6.3.1
platform: Arch Linux latest with linux-zen 4.6.5
Sample code(
style.scss
):command:
$node_modules/.bin/node-sass src/style.scss dist/style.css Segmentation fault (core dumped)
The text was updated successfully, but these errors were encountered: