Files
danbooru/.stylelintrc.yml
2019-10-02 01:52:24 -05:00

14 lines
471 B
YAML

extends: "stylelint-config-standard"
rules:
at-rule-empty-line-before: null
at-rule-no-unknown: [true, ignoreAtRules: [extend, include, mixin]]
color-hex-case: null
color-hex-length: null
comment-empty-line-before: null
comment-whitespace-inside: null
custom-property-empty-line-before: null
declaration-colon-space-after: null
declaration-empty-line-before: null
no-descending-specificity: null
selector-list-comma-newline-after: always-multi-line