Releases: bjankord/stylelint-config-sass-guidelines
Releases · bjankord/stylelint-config-sass-guidelines
v4.0.1
- Removal: Removed
{"type": "at-rule", "hasBlock": true }
from order rule. Causes issues with@media
queries and@for
loops - Removal: Removed
{"type": "rule", "selector": "/^&:\\w/"},
from order rule. - Removal: Removed
{"type": "rule", "selector": "/^&::\\w/"},
from order rule.
v4.0.0
v3.1.0
v3.0.0
- Addition: Added greenkeeper to help keep dependencies up to date
- Update: Bumped up
stylelint
to v8.0.0 - Update: Bumped up
stylelint-order
to v0.6.0 - Removal: Removed unused
stylelint-selector-no-utility
dependency from package.json
v3.0.0-rc.1
- Addition: Added greenkeeper to help keep dependencies up to date
- Update: Bumped up
stylelint
to v8.0.0 - Update: Bumped up
stylelint-order
to v0.6.0 - Removal: Removed unused
stylelint-selector-no-utility
dependency from package.json
v2.2.0
v2.1.0
v2.0.0
- Addition:
stylelint-order
plugin - Removal:
stylelint-disable-reason
rule. This rule has been deprecated in stylelint 7.8 and in 8.0 will be removed. See stylelint CHANGELOG: https://stylelint.io/CHANGELOG/#780 - Fix: Replaced deprecated
declaration-block-properties-order
rule withorder/declaration-block-properties-alphabetical-order
rule - Fix: Replaced deprecated
rule-nested-empty-line-before
rule withrule-empty-line-before
rule - Fix: Replaced deprecated
rule-non-nested-empty-line-before
rule withrule-empty-line-before
rule - Update: Bumped up
stylelint
to v7.8.0 - Update: Bumped up
stylelint-scss
to v1.4.1