2017-06-09 19:49:53 +02:00
|
|
|
extends: stylelint-config-standard
|
|
|
|
|
|
|
|
rules:
|
2017-07-22 02:01:26 +02:00
|
|
|
color-hex-case: lower
|
2017-06-22 18:54:34 +02:00
|
|
|
declaration-colon-newline-after: null
|
2017-06-09 19:49:53 +02:00
|
|
|
selector-list-comma-newline-after: null
|
2017-07-31 09:01:00 +02:00
|
|
|
value-list-comma-newline-after: null
|