-
Notifications
You must be signed in to change notification settings - Fork 527
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 !default flag #53
Comments
And !global
|
Got default flags working fine, but as soon as I use a global flag I get a parse error:
|
I think we may need to wait until the next version of Gonzales is released to fully support !global
|
Yeah I came to the same conclusion. I'll create a PR for the defaults. |
So the linter fails when it sees |
Currently the Space Before Bang and Space After Bang rules only consider the
!important
flag. It should consider the!default
flag too.The text was updated successfully, but these errors were encountered: