Skip to content

feat: disallow the extend rule

Vitaly Slobodin requested to merge vs/disallow-extend into master

Disallow usage of the @extend rule in SCSS because it causes OOM issues with sassc. This rule was added to the GitLab's configuration here but adding this rule there overwrote the default configuration that we export from our stylelint config. It would be better to move it to our stylelint config.

Merge request reports