thelounge/.stylelintrc.yml

20 lines
520 B
YAML
Raw Normal View History

2017-06-21 13:58:14 +02:00
extends: stylelint-config-standard
rules:
indentation: tab
2017-11-26 13:28:33 +01:00
# complains about FontAwesome
font-family-no-missing-generic-family-keyword:
# needs a lot of refactoring to be enabled
no-descending-specificity:
2019-10-14 11:15:19 +02:00
# we have autoprefixer
at-rule-no-vendor-prefix: true
media-feature-name-no-vendor-prefix: true
property-no-vendor-prefix: true
selector-no-vendor-prefix: true
value-no-vendor-prefix: true
2022-02-10 00:27:34 +01:00
# renaming would break existing themes
selector-class-pattern: null
selector-id-pattern: null