Skip to content
This repository has been archived by the owner on May 21, 2019. It is now read-only.

Implement "Empty Rule" lint rule #8

Closed
srawlins opened this issue Jul 6, 2018 · 0 comments
Closed

Implement "Empty Rule" lint rule #8

srawlins opened this issue Jul 6, 2018 · 0 comments

Comments

@srawlins
Copy link
Collaborator

srawlins commented Jul 6, 2018

Need to implement a lint rule that reports empty rules.

.foo {
  .bar {
    color: red;
    .baz {}  // LINT
}

This is similar to scss-lint's EmptyRule.

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

No branches or pull requests

1 participant