mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-15 12:45:11 +08:00
Set color-hex-case to null
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 <simon.bra.ag@gmail.com>
This commit is contained in:
parent
535ae086b4
commit
12b3661dd6
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user