tools: Add stylelint rule for eliminating hex values in CSS.

Fixes #9689.
This commit is contained in:
synicalsyntax 2018-10-10 09:49:38 -07:00 committed by Tim Abbott
parent 5869cc3b6d
commit 672aa2c2a4
1 changed files with 3 additions and 0 deletions

View File

@ -59,5 +59,8 @@
"comment-whitespace-inside": "always",
"indentation": 4,
# Limit language features
"color-no-hex": true,
}
}