Skip to content

Commit 683ed92

Browse files
committed
Remove selector-max-compound-selectors rule
This causes 1500 warnings in sg/sg and is not critical enough to warrant this noise.
1 parent 74817a5 commit 683ed92

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.stylelintrc.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,6 @@
3434
"resolveNestedSelectors": true
3535
}
3636
],
37-
"selector-max-compound-selectors": [
38-
1,
39-
{
40-
"message": "Descendent selectors break encapsulation and are bad for performance. Please try using BEM class names instead and nesting/combining them with &",
41-
"severity": "warning"
42-
}
43-
],
4437
"selector-max-id": [0],
4538
"string-quotes": "single",
4639
"value-no-vendor-prefix": true,

0 commit comments

Comments
 (0)