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 cdab77d commit 0f02f1cCopy full SHA for 0f02f1c
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
+## 4.1.0
6
+* Added: Support for HTML style tag and attribute (when used with [postcss-html](https://github.com/gucong3000/postcss-html) syntax).
7
+* Added: Support for CSS-in-JS (when used with [postcss-jsx](https://github.com/gucong3000/postcss-jsx) syntax).
8
+
9
## 4.0.1
10
* Fixed: Incorrect sorting in Node.js 11, due recent change to `Array.sort()` in V8.
11
* Fixed: Logic for `at-variables` keyword for `order` now follows `postcss-less@3` parser.
0 commit comments