-
Notifications
You must be signed in to change notification settings - Fork 529
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
Enhancement: Bang whitespace rules should consider !global flag #56
Comments
Confirmed as parsing correctly in gonzales 3.2.1 |
So, we just need to update package.json:
|
Unfortunately if you do that it will break a lot of other features in |
Can we list the road blockers from the upstream below: What else? |
Sorry this issue is specifically for the global flag errors so we wont be listing them here. The blockers are all opened as issues on the |
This is fixed in sass-lint 1.6.0 |
The Space Before Bang and Space After Bang rules consider both the
!important
and!default
flag but should also consider the!global
flag too.This is currently blocked by the Gonzales-pe dependency.
The text was updated successfully, but these errors were encountered: