Skip to content

Commit

Permalink
do not allow nested css code
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermeindl committed Dec 11, 2024
1 parent 38883dd commit e89079f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "stylelint-config-standard",
"rules": {
"string-quotes": "single",
"selector-nested-pattern": "false",
"selector-class-pattern": "^([a-z][a-z0-9]*)(-[a-z0-9]+)*$|block_column",
"declaration-property-unit-disallowed-list": {
"font-size": [
Expand Down

0 comments on commit e89079f

Please # to comment.