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 1f65a74 commit 06f8530Copy full SHA for 06f8530
CHANGELOG.md
@@ -1,6 +1,12 @@
1
# Change Log
2
This project adheres to [Semantic Versioning](http://semver.org/).
3
4
+## 4.0
5
+* Removed Node.js 10 support.
6
+* Moved `postcss` to `peerDependencies`.
7
+* Added case preserving of CSS Custom Properties (by Jordan Pittman).
8
+* Fixed `package.exports`.
9
+
10
## 3.0.3
11
* Reverted `package.exports` Node.js 15 fix.
12
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-js",
- "version": "3.0.3",
+ "version": "4.0.0",
"description": "PostCSS for CSS-in-JS and styles in JS objects",
"keywords": [
"postcss",
0 commit comments