Commit e4afa34c authored by Jose Ivan Vargas's avatar Jose Ivan Vargas

Merge branch 'psi-never-extend-again' into 'master'

Disallow SCSS extend in stylelint config

See merge request gitlab-org/gitlab!71288
parents a48d5e05 f0dbe2cb
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
"./scripts/frontend/stylelint/stylelint-utility-classes.js", "./scripts/frontend/stylelint/stylelint-utility-classes.js",
], ],
"rules":{ "rules":{
"at-rule-disallowed-list": ["extend"],
"max-nesting-depth": [ "max-nesting-depth": [
3, 3,
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment