Add stylelint and fix a few errors
This commit is contained in:
parent
1dbda38995
commit
45a5e420ce
4 changed files with 760 additions and 22 deletions
5
.stylelintrc
Normal file
5
.stylelintrc
Normal file
|
@ -0,0 +1,5 @@
|
|||
extends: stylelint-config-standard
|
||||
|
||||
rules:
|
||||
color-hex-case: upper
|
||||
selector-list-comma-newline-after: null
|
Loading…
Add table
Add a link
Reference in a new issue