Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Set color-hex-case to null
Browse files Browse the repository at this point in the history
There is both lowercase and uppercase in some files so this should just make life easier if someone is using a stylelinter

Signed-off-by: Šimon Brandner <[email protected]>
  • Loading branch information
SimonBrandner committed Apr 2, 2021
1 parent 535ae08 commit 12b3661
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .stylelintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ module.exports = {
"stylelint-scss",
],
"rules": {
"color-hex-case": null,
"indentation": 4,
"comment-empty-line-before": null,
"declaration-empty-line-before": null,
Expand Down

0 comments on commit 12b3661

Please sign in to comment.