Skip to content
This repository was archived by the owner on Feb 25, 2021. It is now read-only.

3.0.0

Choose a tag to compare

@ntwb ntwb released this 08 Mar 12:38
· 344 commits to master since this release
  • Removed: stylelint < 4.5.0 compatibility.
  • Deprecated: rule-no-shorthand-property-overrides rule. Use the new declaration-block-no-shorthand-property-overrides rule instead.
  • Deprecated: rule-trailing-semicolon rule. Use the new declaration-block-trailing-semicolon rule instead.
  • Added: color-named rule.
  • Added: declaration-block-no-shorthand-property-overrides rule.
  • Added: declaration-block-trailing-semicolon rule.
  • Added: string-no-newline rule.