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