Skip to content
This repository was archived by the owner on May 31, 2021. It is now read-only.

Commit b62aa1f

Browse files
committed
Update to postcss-sorting@1.4.1
1 parent b6c355a commit b62aa1f

File tree

5 files changed

+29
-21
lines changed

5 files changed

+29
-21
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## 1.5.1
6+
* Update to postcss-sorting@1.4.1
7+
58
## 1.5.0
69
* Added `preserve-empty-lines-between-children-rules`, which preserve empty lines between children rules and preserve empty lines for comments between children rules.
710

node_modules/postcss-sorting/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/postcss-sorting/index.js

Lines changed: 7 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/postcss-sorting/package.json

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"get-stdin": "4.0.1",
44
"postcss": "^5.0.19",
55
"postcss-scss": "^0.1.7",
6-
"postcss-sorting": "^1.4.0"
6+
"postcss-sorting": "^1.4.1"
77
},
88
"private": true
99
}

0 commit comments

Comments
 (0)