This repository was archived by the owner on Feb 25, 2021. It is now read-only.
12.0.0
- Changed:
stylelint-config-wordpress
now extendsstylelint-config-recommended
, which turns on theat-rule-no-unknown
,block-no-empty
,comment-no-empty
,declaration-block-no-ignored-properties
,declaration-block-no-redundant-longhand-properties
,font-family-no-duplicate-names
,media-feature-name-no-unknown
,no-empty-source
rule. These rules are part of stylelint's possible errors rules. - Removed:
stylelint-scss < 1.5.1
compatibility. - Removed: Removed style guide docs.
- Removed:
at-rule-no-unknown
customignoreAtRules
options instylelint-config-wordpress/scss
shared config. - Added:
scss/at-rule-no-unknown
rule instylelint-config-wordpress/scss
shared config. - Added: NodeJS 8.x.x support.
- Added: npm 5.x.x support.
- Added: Jest snapshots to help detect and prevent regressions.