Skip to content

Commit

Permalink
ci: configure stylelint value-keyword-case rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbert authored and Yolijn committed Jan 27, 2022
1 parent 7bc6584 commit b32cff4
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 @@ -150,6 +150,7 @@
"at-rule-name-case": null,
"string-quotes": null,
"property-no-vendor-prefix": null,
"value-keyword-case": ["lower", { "camelCaseSvgKeywords": true }],
"declaration-block-no-redundant-longhand-properties": null
}
}

0 comments on commit b32cff4

Please sign in to comment.