css: fix stylelint complaints.

This commit is contained in:
evazion
2022-01-08 12:27:19 -06:00
parent 3bf65d1378
commit d900e15dcc
13 changed files with 29 additions and 34 deletions

View File

@@ -1,13 +1,9 @@
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
block-opening-brace-space-before: null
declaration-block-single-line-max-declarations: null
declaration-empty-line-before: null
no-descending-specificity: null
selector-list-comma-newline-after: always-multi-line
selector-descendant-combinator-no-non-space: null
selector-list-comma-newline-after: null