mirror of https://github.com/zulip/zulip.git
tools: Add stylelint rule for eliminating hex values in CSS.
Fixes #9689.
This commit is contained in:
parent
5869cc3b6d
commit
672aa2c2a4
|
@ -59,5 +59,8 @@
|
||||||
|
|
||||||
"comment-whitespace-inside": "always",
|
"comment-whitespace-inside": "always",
|
||||||
"indentation": 4,
|
"indentation": 4,
|
||||||
|
|
||||||
|
# Limit language features
|
||||||
|
"color-no-hex": true,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue