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

declaration-empty-line-before #2841

Closed
andrey-gordeev opened this issue Aug 31, 2017 · 2 comments
Closed

declaration-empty-line-before #2841

andrey-gordeev opened this issue Aug 31, 2017 · 2 comments

Comments

@andrey-gordeev
Copy link

8.0.0
declaration-empty-line-before

.class {
    display: block;

    &::after { // comment
        content: '';
    }
}
"declaration-empty-line-before": [ "always", {
    "except": [
        "after-declaration",
        "first-nested"
    ],
    "ignore": [
        "after-comment"
    ]
}],
Expected empty line before declaration   declaration-empty-line-before

The problem appeared in 8.0.0 (was 7.12.0). All errors are equal, there is a comment on the same line with selector.

@hudochenkov
Copy link
Member

Thanks for creating this issue but we are closing it as issues need to follow our issue template, so that we can clearly understand your particular circumstances.

Please help us to help you by recreating the issue using the template.

@jeddy3
Copy link
Member

jeddy3 commented Sep 2, 2017

@agordeev-zz Should be fixed in the upcoming 8.1.0 release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants