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 84dc4da commit dcb931aCopy full SHA for dcb931a
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.3.0
6
+* Added `empty-lines-between-media-rules` option which set a number of empty lines between nested media rules. #16
7
+
8
## 1.2.3
9
* Fixed removing last comments in the rule.
10
* Fixed adding empty lines between children rules if there are comments between them.
package.json
@@ -1,6 +1,6 @@
1
{
"name": "postcss-sorting",
- "version": "1.2.3",
+ "version": "1.3.0",
"description": "PostCSS plugin to sort rules content with specified order.",
"keywords": [
"postcss",
0 commit comments