This repository was archived by the owner on Feb 25, 2021. It is now read-only.
Releases: WordPress-Coding-Standards/stylelint-config-wordpress
Releases · WordPress-Coding-Standards/stylelint-config-wordpress
3.0.1
3.0.0
- Removed:
stylelint < 4.5.0compatibility. - Deprecated:
rule-no-shorthand-property-overridesrule. Use the newdeclaration-block-no-shorthand-property-overridesrule instead. - Deprecated:
rule-trailing-semicolonrule. Use the newdeclaration-block-trailing-semicolonrule instead. - Added:
color-namedrule. - Added:
declaration-block-no-shorthand-property-overridesrule. - Added:
declaration-block-trailing-semicolonrule. - Added:
string-no-newlinerule.
2.1.0
- Added:
max-empty-linesrule, limits the number of adjacent empty lines to 2. - Changed
rule-nested-empty-line-beforerule optionignore: ["after-comment"]. - Removed all vendor prefixes, lets autoprefixer handle vendor prefixes:
- Removed
at-rule-no-vendor-prefix - Removed
media-feature-name-no-vendor-prefix - Removed
property-no-vendor-prefix - Removed
selector-no-vendor-prefix - Removed
value-no-vendor-prefix
- Removed
2.0.2
1.1.1
1.1.0
1.0.1
1.0.0
- Removed:
stylelint < 3.0.0compatibility.- Changed: renamed the
function-space-afterrule tofunction-whitespace-after.
- Changed: renamed the
- Changed:
at-rule-empty-line-beforewith optionignore: ["after-comment"],. - Changed:
declaration-colon-space-afterwith optionalways-single-line. - Added:
declaration-colon-newline-afterwith optionalways-multi-line. - Added:
function-linear-gradient-no-nonstandard-direction.