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
1.5.1
- Update to [email protected]
1.5.0
- Added
preserve-empty-lines-between-children-rules
, which preserve empty lines between children rules and preserve empty lines for comments between children rules.
1.4.1
- Update to [email protected]
1.4.0
- Added
empty-lines-between-media-rules
option which set a number of empty lines between nested media rules.
1.3.3
- Update to [email protected]
1.3.2
- Update to [email protected]
1.3.1
- Update to [email protected]
1.3.0
- Added
empty-lines-between-children-rules
option which set a number of empty lines between nested children rules. (thanks, @scalder27)
1.2.0
-
Added options for auto-sorting on save (disabled by defaut):
{ "sort-on-save": false }
1.1.0
- Update postcss-sorting to 1.1.0
- Support for SCSS files to sort