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

.stylelintrc 468B

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