您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

.stylelintrc 482B

123456789101112131415
  1. extends: stylelint-config-standard
  2. rules:
  3. at-rule-empty-line-before: null
  4. block-closing-brace-empty-line-before: null
  5. color-hex-length: null
  6. comment-empty-line-before: null
  7. declaration-block-single-line-max-declarations: null
  8. declaration-empty-line-before: null
  9. indentation: 2
  10. no-descending-specificity: null
  11. number-leading-zero: never
  12. rule-empty-line-before: null
  13. selector-pseudo-element-colon-notation: double
  14. shorthand-property-no-redundant-values: true