Skip to content

Commit

Permalink
ci: allow "private" CSS custom properties prefixed with _
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbert committed May 27, 2022
1 parent 4b7951e commit 7a83958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .stylelintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"scss/percent-placeholder-pattern": "^(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-]+$",
"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-]+$",
"at-rule-no-unknown": null,
Expand Down

0 comments on commit 7a83958

Please sign in to comment.