-
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
New Rule: blocks-no-empty-line #231
Comments
👍 |
1 similar comment
👍 |
Would you want any exceptions to this rule as an option? |
I think it depends on if we limit it to testing for spaces before two property declarations only or not. If we don't, I can think of some instances where you might want to have a space between vars and property declarations: .foo {
$foo: orange;
color: $foo;
...
} |
It would be good to break it down into options like:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I have a feature proposition: a rule to disallow empty lines in blocks.
The following would raise an error:
The text was updated successfully, but these errors were encountered: