2019-06-27 12:06:37 +05:30
|
|
|
extends: stylelint-config-standard
|
|
|
|
|
|
|
|
rules:
|
2020-02-07 22:39:30 +05:30
|
|
|
at-rule-empty-line-before: null
|
2019-06-27 12:06:37 +05:30
|
|
|
block-closing-brace-empty-line-before: null
|
|
|
|
color-hex-length: null
|
|
|
|
comment-empty-line-before: null
|
|
|
|
declaration-empty-line-before: null
|
|
|
|
indentation: 4
|
|
|
|
no-descending-specificity: null
|
2020-02-23 22:18:27 +05:30
|
|
|
number-leading-zero: never
|
2019-06-27 12:06:37 +05:30
|
|
|
rule-empty-line-before: null
|
|
|
|
selector-pseudo-element-colon-notation: null
|
2020-05-20 09:36:04 +05:30
|
|
|
shorthand-property-no-redundant-values: true
|