UNPKG

sass-lint

Version:

Sass linter. Compatible but different from scss-lint

16 lines (11 loc) 214 B
# No Extends Rule `no-extends` will enforce that extends are not allowed to be used. ## Examples When enabled, the following are disallowed: ```scss .foo { @extend %bar; @extend .bar; @extend #bar; } ```