This repository was archived by the owner on May 31, 2021. It is now read-only.
Releases: hudochenkov/sublime-postcss-sorting
Releases · hudochenkov/sublime-postcss-sorting
4.0.0
- Updated to postcss-sorting@4.0.0. Read more about the release.
3.0.1
- Fix for a crash if file was opened outside of a project.
3.0.0
BREAKING CHANGES!
- Update to postcss-sorting@3.1.0
- Config for 3.0.0 might be partially incompatible with 2.0.0 config. Please read migration guide and postcss-sorting release notes.
- Added support for config in
postcss-sorting.jsonand.postcss-sorting.json, which could be located in the root folder of a project.
2.1.1
- Fixed a regression when
emptyLineBeforewasn't working properly whendeclaration-empty-line-beforewasn't set.
2.1.0
- Update to postcss-sorting@2.1.0 https://github.com/hudochenkov/postcss-sorting/releases/tag/2.1.0
- Add support for
nNode.js version manager
2.0.1
- Fix incomplete node_modules
2.0.0
- Update to postcss-sorting@2.0.1
- Config for 2.0.0 is incompatible with previous configs. Please read migration guide and docs https://github.com/hudochenkov/postcss-sorting#migration-from-1x
1.7.0
- Update to postcss-sorting@1.7.0
1.6.1
- Update to postcss-sorting@1.6.1
1.6.0
- Update to postcss-sorting@1.6.0
- Update dependencies