Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 792 Bytes

CHANGELOG.md

File metadata and controls

24 lines (20 loc) · 792 Bytes

2.0.0

  • update pseudo elements to require double-colons (drops support for IE8)

1.2.0

  • Null out "no-descending-specificity" rule

1.1.0

1.0.0

  • Updated to stylelint 8 which requires removal of the following deprecated rules:
    • custom-property-no-outside-root
    • media-feature-no-missing-punctuation
    • selector-no-empty
    • selector-root-no-composition
    • styleint-disable-reason
  • This also bumps support to PostCss 6
  • Adds the use of CssTree for CSS syntax validation

0.0.2

  • Added rule comment-no-empty

0.0.1

  • Initial development and set of rules.