Files
danbooru/.stylelintrc.yml
2022-01-17 11:58:19 -06:00

16 lines
606 B
YAML

extends: "stylelint-config-standard-scss"
rules:
at-rule-no-unknown: [true, ignoreAtRules: [extend, include, mixin]]
block-opening-brace-space-before: null
declaration-block-single-line-max-declarations: null
declaration-empty-line-before: null
no-descending-specificity: null
selector-descendant-combinator-no-non-space: null
selector-list-comma-newline-after: null
selector-class-pattern: "[a-z_-]+"
selector-id-pattern: "[a-z_-]+"
scss/dollar-variable-pattern: "[a-z_-]+"
scss/operator-no-unspaced: null
scss/comment-no-empty: null
shorthand-property-no-redundant-values: null