Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

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