hardlounge/.stylelintrc.yml

19 lines
462 B
YAML
Raw Normal View History

2017-06-21 07:58:14 -04:00
extends: stylelint-config-standard
ignoreFiles:
- client/css/bootstrap.css
rules:
indentation: tab
2017-11-26 07:28:33 -05: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 05:15:19 -04: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