mirror of
https://github.com/timvisee/send.git
synced 2026-03-05 13:39:54 -05:00
16 lines
344 B
Plaintext
16 lines
344 B
Plaintext
extends: stylelint-config-standard
|
|
|
|
plugins:
|
|
- stylelint-no-unsupported-browser-features
|
|
|
|
rules:
|
|
plugin/no-unsupported-browser-features:
|
|
- true
|
|
- severity: warning
|
|
ignore: ['rem']
|
|
|
|
color-hex-case: lower
|
|
declaration-colon-newline-after: null
|
|
selector-list-comma-newline-after: null
|
|
value-list-comma-newline-after: null
|