rules.scsslint.ExtendDirective.html Maven / Gradle / Ivy
Details
Disabled by default
Reports when you have an @extend
directive.
p {
@extend %placeholder;
}
If you want to restrict the @extend
directive to only use placeholders, see
the PlaceholderInExtend linter instead.