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 b59a13e commit a34d89bCopy full SHA for a34d89b
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
+## 3.0.2
6
+* Changed: Show more helpful error messages for invalid config.
7
+
8
## 3.0.1
9
* Fixed: Inconsistent sorting for the same name properties in `properties-order`.
10
package.json
@@ -1,6 +1,6 @@
1
{
"name": "postcss-sorting",
- "version": "3.0.1",
+ "version": "3.0.2",
"description": "PostCSS plugin to keep rules and at-rules content in order.",
"keywords": [
"postcss",
0 commit comments