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 9e56f11 commit 2dc7649Copy full SHA for 2dc7649
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](https://semver.org/).
4
5
+## 8.0.0
6
+* Dropped Node.js 12 and 14 support.
7
+* Added support for `postcss-styled-syntax`.
8
+
9
## 7.0.1
10
* Internal refactoring for compatibility with newer stylelint-order version. No public API changes.
11
package.json
@@ -23,7 +23,7 @@
23
"!.DS_Store"
24
],
25
"peerDependencies": {
26
- "postcss": "^8.3.9"
+ "postcss": "^8.4.20"
27
},
28
"devDependencies": {
29
"eslint": "^8.31.0",
0 commit comments