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 319daba commit fadb25dCopy full SHA for fadb25d
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## 6.0.1
2
+* Fix `cross-fade()` support (by 一丝).
3
+
4
## 6.0 “Eureka”
5
* CLI was removed from `autoprefixer` package to `autoprefixer-cli`.
6
* `autoprefixer-core` and `autoprefixer` packages was merged back.
package.json
@@ -1,6 +1,6 @@
{
"name": "autoprefixer",
- "version": "6.0.0",
+ "version": "6.0.1",
"description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website",
"keywords": [
"autoprefixer",
0 commit comments