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 eec5ad1 commit ee71c3bCopy full SHA for ee71c3b
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.7.0
6
+* Added `smacss` and `alphabetical` predefined configs.
7
+* Under the hood refactoring.
8
+
9
## 1.6.1
10
* Fixed a regression in 1.6.0. Sort order with item like `@include media` didn't found rules like `@include media(">=desk") {}`.
11
package.json
@@ -1,6 +1,6 @@
1
{
"name": "postcss-sorting",
- "version": "1.6.1",
+ "version": "1.7.0",
"description": "PostCSS plugin to sort rules content with specified order.",
"keywords": [
"postcss",
0 commit comments