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 ca6d25e commit cce08bfCopy full SHA for cce08bf
CHANGELOG.md
@@ -2,6 +2,9 @@
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.5.0
6
+* Add `empty-lines-before-comment` and `empty-lines-after-comment`, which add empty lines before and after a comment or a group of comments.
7
+
8
## 1.4.1
9
* Fix issue with a rule content starting with a comment and follow by a rule. Error happens if config has any option except `sort-order`. #21
10
package.json
@@ -1,6 +1,6 @@
1
{
"name": "postcss-sorting",
- "version": "1.4.1",
+ "version": "1.5.0",
"description": "PostCSS plugin to sort rules content with specified order.",
"keywords": [
"postcss",
0 commit comments