Skip to content
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

Closing brackets with comments result in a Warning #14

Closed
geebru opened this issue Oct 9, 2014 · 2 comments
Closed

Closing brackets with comments result in a Warning #14

geebru opened this issue Oct 9, 2014 · 2 comments

Comments

@geebru
Copy link

geebru commented Oct 9, 2014

Linter is returning the following warning:

[13:20:29] /Users/greg/LookThink/Gravatate/build/src/scss/_main.scss:21 [W] Rule declaration should be followed by an empty line
[13:20:29] /Users/greg/LookThink/Gravatate/build/src/scss/_main.scss:22 [W] Rule declaration should be followed by an empty line
[13:20:29] /Users/greg/LookThink/Gravatate/build/src/scss/_main.scss:28 [W] Rule declaration should be followed by an empty line

From this block of code:

    &:before {
      margin-right: 10px;
      color: $brand-color-2;
    }
  } // END page-title
} // END main


.main-content {
  @include clearfix;
  padding: 20px;
} // END main-content

I mentioned this in the official scss-lint page and he added a fix so can you think of any reason this is happening? Did he not actually implement it or is gulp-scss-lint not pulling the latest somehow?

Thanks!

@juanfran
Copy link
Owner

you only have to update the gem and should work

@geebru
Copy link
Author

geebru commented Oct 10, 2014

Derp.

Thanks :P

@geebru geebru closed this as completed Oct 10, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants