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 0fcff0e commit 358b83bCopy full SHA for 358b83b
CHANGELOG.md
@@ -1,6 +1,9 @@
1
# Change Log
2
This project adheres to [Semantic Versioning](http://semver.org/).
3
4
+## 4.0.1
5
+* Fixed `:export` case sensitivity (by Iskren Slavov).
6
+
7
## 4.0
8
* Removed Node.js 10 support.
9
* Moved `postcss` to `peerDependencies`.
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-js",
- "version": "4.0.0",
+ "version": "4.0.1",
"description": "PostCSS for CSS-in-JS and styles in JS objects",
"keywords": [
"postcss",
0 commit comments