This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
& {}
throws unknown error
#1120
Comments
https://github.com/sass/libsass/wiki/API-Documentation says 5 means "unknown error" :) |
Ok, then this is completely libsass related. |
I guess it might be sass/libsass#1519 but let me check. |
Here's what Ruby Sass says:
|
A kind of fix is in sass/libsass#1524 |
Related to webpack-contrib/sass-loader#156 |
Fixed in #1214. Will be in v3.4.0. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I've noticed that a sass file consisting of only
&{}
throws the following error in node-sass:{ [Error: unknown] message: 'unknown', status: 5 }
...whereas
@{}
for example throws:{ [Error: invalid top-level expression] <...more>
More information about my build:
Executed command:
Versions:
node-sass
: 3.3.2node
: 0.12.7npm
: 2.11.3Is there anything else I can provide to help?
The text was updated successfully, but these errors were encountered: