Skip to content

Commit

Permalink
ci: allow --basis- design tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbert committed Nov 17, 2024
1 parent b6450f6 commit 6569ed1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"scss/at-rule-no-unknown": true,
"scss/dollar-variable-default": true,
"scss/dollar-variable-first-in-block": [true, { "ignore": ["comments", "imports"] }],
"scss/dollar-variable-pattern": "^(example|utrecht)-[a-z0-9-]+$",
"scss/percent-placeholder-pattern": "^(example|utrecht)-[a-z0-9-]+$",
"scss/dollar-variable-pattern": "^(basis|example|utrecht)-[a-z0-9-]+$",
"scss/percent-placeholder-pattern": "^(basis|example|utrecht)-[a-z0-9-]+$",
"scss/operator-no-newline-after": null,
"scss/at-extend-no-missing-placeholder": null,
"custom-property-pattern": "^_?(example|denhaag|utrecht)-[a-z0-9-]+$",
"selector-class-pattern": "^(example|denhaag|utrecht)-[a-z0-9_-]+$",
"keyframes-name-pattern": "^(example|utrecht)-[a-z0-9-]+$",
"custom-property-pattern": "^_?(basis|example|denhaag|utrecht)-[a-z0-9-]+$",
"selector-class-pattern": "^(basis|example|denhaag|utrecht)-[a-z0-9_-]+$",
"keyframes-name-pattern": "^(basis|example|utrecht)-[a-z0-9-]+$",
"at-rule-no-unknown": null,
"block-no-empty": [true],
"color-no-invalid-hex": [true],
Expand Down

0 comments on commit 6569ed1

Please sign in to comment.