-
Notifications
You must be signed in to change notification settings - Fork 528
New issue
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
Parse error on interpolated values #44
Comments
Can you provide the error as well? |
Sure.
|
I believe this is an issue that was recently fixed in the AST parser we use but hasn't made its way in to a release yet. |
I'm getting that same error but instead on lines with comments. Could they be related? For example - $base_font_size: 1em; //16px or // $golden: 1.618; or even just a plain text comment // Responsive breakpoints |
I'm having the same issue with This is the error I get:
|
This is fixed in sass-lint 1.6.0 |
The following examples all compile fine with libsass via gulp-sass. However, they cause a parse error in sass-lint (run via gulp-sass-lint).
Original case:
Reduced case:
The text was updated successfully, but these errors were encountered: