Skip to content

Commit

Permalink
ci: allow BEM class name syntax as mixin name
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbert committed May 20, 2022
1 parent d4ef7e1 commit 3ab1ad0
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 @@ -4,6 +4,7 @@
"rules": {
"order/order": ["custom-properties", "declarations"],
"order/properties-alphabetical-order": true,
"scss/at-mixin-pattern": "^[a-z][a-z0-9-_]*$",
"scss/at-rule-no-unknown": true,
"scss/dollar-variable-default": true,
"scss/dollar-variable-first-in-block": [true, { "ignore": ["comments", "imports"] }],
Expand Down

0 comments on commit 3ab1ad0

Please sign in to comment.