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 112aa6f commit d2e2769Copy full SHA for d2e2769
CHANGELOG.md
@@ -1,6 +1,9 @@
1
# Change Log
2
This project adheres to [Semantic Versioning](http://semver.org/).
3
4
+## 5.0.2
5
+* Made dashify much faster (by @hyperz111).
6
+
7
## 5.0.1
8
* Fixed multiple values with `stringifyImportant` option (by @Liang5757).
9
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-js",
- "version": "5.0.1",
+ "version": "5.0.2",
"description": "PostCSS for CSS-in-JS and styles in JS objects",
"keywords": [
"postcss",
0 commit comments