Commit 1cfc8982 authored by Natalia Tepluhina's avatar Natalia Tepluhina

Merge branch 'vs-reduce-max-nesting-depth-to-previous-valye' into 'master'

Reduce max nesting depth in SCSS to 3

See merge request gitlab-org/gitlab!56515
parents a048fcf4 54b19ad1
......@@ -13,7 +13,7 @@
],
"rules":{
"max-nesting-depth": [
5,
3,
{
"ignoreAtRules":[
"each",
......@@ -24,7 +24,7 @@
"severity":"warning"
}
],
"selector-max-compound-selectors":[6, { "severity": "warning" }],
"selector-max-compound-selectors":[3, { "severity": "warning" }],
"stylelint-gitlab/utility-classes":[true,{ "severity": "warning" }],
"declaration-block-no-duplicate-properties": [
true,
......
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