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 afb06a8 commit f693ca3Copy full SHA for f693ca3
CHANGELOG.md
@@ -1,8 +1,12 @@
1
# Change Log
2
This project adheres to [Semantic Versioning](http://semver.org/).
3
4
+## 10.3.6
5
+* Updated `nanocolors`.
6
+* Reduced package size.
7
+
8
## 10.3.5
-* Replace `colorette` to `nanocolors`.
9
+* Replaced `colorette` to `nanocolors`.
10
11
## 10.3.4
12
* Fixed `stretch` value in latest Firefox.
package.json
@@ -1,6 +1,6 @@
{
"name": "autoprefixer",
- "version": "10.3.5",
+ "version": "10.3.6",
"description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website",
"engines": {
"node": "^10 || ^12 || >=14"
0 commit comments