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 795079a commit 2ecf6a0Copy full SHA for 2ecf6a0
CHANGELOG.md
@@ -1,6 +1,10 @@
1
# Change Log
2
This project adheres to [Semantic Versioning](http://semver.org/).
3
4
+## 9.8.7
5
+* Replaced `colorette` with `nanocolors`.
6
+* Reduced package size.
7
+
8
## 9.8.6
9
* Fixed `env` option.
10
package.json
@@ -1,6 +1,6 @@
{
"name": "autoprefixer",
- "version": "9.8.6",
+ "version": "9.8.7",
"description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website",
"keywords": [
"autoprefixer",
0 commit comments