- update pseudo elements to require double-colons (drops support for IE8)
- Null out "no-descending-specificity" rule
- Added stylelint order rules using
stylelint-order
plugin - Rules based on DockYard style guide
- 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
- Added rule
comment-no-empty
- Initial development and set of rules.