UNPKG

canonical

Version:

Canonical code style linter and formatter for JavaScript, SCSS, CSS and JSON.

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; } ```