stylelint-order: Deprecation Warning: 'declaration-block-properties-order' has been deprecated and in 8.0
With order/declaration-block-property-groups-structure rule stylelint prints next warning:
Deprecation Warning: 'declaration-block-properties-order'has been deprecated and in 8.0 will be removed. Instead use the community 'stylelint-order' plugin pack. See: https://stylelint.io/user-guide/rules/declaration-block-properties-order/
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Comments: 15 (6 by maintainers)
@hudochenkov Okay, I just set the correct (latest) version numbers in my package.json and did another npm install. That took care of the deprecation warning.
The weird thing, it didn’t do anything else. Turns out, my colleague changed the gulp config and broke stylelint (a few months back already…).
I don’t really understand how ‘npm view stylelint-order version’ gave me the correct version number (same goes for gulp-stylelint) though…
Thanks for helping out! I’ll have to dive into fixing the config. But at least we can call this progress 😃
Cheers!