build: Introduce stylelint
[lhc/web/wiklou.git] / .stylelintrc
1 {
2 "rules": {
3 "color-hex-case": [ "lower" ]
4 }
5 }