We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d63895 commit c8693d3Copy full SHA for c8693d3
CHANGELOG.md
@@ -2,6 +2,10 @@
2
All notable changes to this project will be documented in this file.
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
5
+## 1.2.3
6
+* Fixed removing last comments in the rule.
7
+* Fixed adding empty lines between children rules if there are comments between them.
8
+
9
## 1.2.2
10
* Fixed removing comments in rule if they are only children.
11
* Fixed removing of the first comment in the rule if it's not on separate line.
package.json
@@ -1,6 +1,6 @@
1
{
"name": "postcss-sorting",
- "version": "1.2.2",
+ "version": "1.2.3",
"description": "PostCSS plugin to sort rules content with specified order.",
"keywords": [
"postcss",
0 commit comments