-
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
empty-line-between-blocks sass issue #447
Comments
I don't think this is still an issue when using the latest gonzales. |
@DanPurdy @bgriffith I am also getting this issue (sass-lint: 1.5.1) |
The example above is fixed in sass-lint 1.6.0 |
I just ran into this on sass-lint 1.7.0. Seemed to fail after the include here: .foo
@include clearfix
.bar
width: 32% The @mixin clearfix
zoom: 1
&:before, &:after
content: ""
display: table
&:after
clear: both Changing to this (space after .foo
@include clearfix
.bar
width: 32% |
Hey @sawyerh Could you make a new issue with this please, it's easier for us to track and fix these after the issue is closed. Thanks! |
Another
.sass
format issue this time with theempty-line-between-blocks
rule. Again as a result of looking into #437To recreate run the rule against the mixins-before-declarations
.sass
test filereported in sass-lint: 1.3.3
The text was updated successfully, but these errors were encountered: