You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// This does correctly throw a warning
.block {
.element {
color: red;
}
.sibling {
color: blue;
}
}
I'm running it through the grunt plugin 0.1.0-beta.3 which is using sass-lint v1.0.0.
The text was updated successfully, but these errors were encountered:
segovia94
changed the title
empty-line-between-blocks doesn't detect top level blocks
Bug: empty-line-between-blocks doesn't detect top level blocks
Aug 30, 2015
I just found in the docs that this is actually designed to only do nested blocks. Is there any reason we shouldn't also allow it to do top level blocks as well?
I can't get any warning on top level selectors missing empty lines. Only selectors inside parent blocks are being detected.
I'm running it through the grunt plugin 0.1.0-beta.3 which is using sass-lint v1.0.0.
The text was updated successfully, but these errors were encountered: