You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.stylelintrc 425B

1234567891011121314
  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-empty-line-before: null
  8. indentation: 2
  9. no-descending-specificity: null
  10. number-leading-zero: never
  11. rule-empty-line-before: null
  12. selector-pseudo-element-colon-notation: null
  13. shorthand-property-no-redundant-values: true