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 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