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 7cb5d47 commit c6d90e9Copy full SHA for c6d90e9
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+## 6.4 “Hic et ubique terrarum”
2
+* Add `:any-link` selector support.
3
+* Add `text-decoration-skip` support.
4
+* Add `transition: duration property` support.
5
+* Fix `-webkit-` prefix for backface-visibility.
6
+* Fix `rad` unit support in gradients (by 刘祺).
7
+* Fix `transition` support in Opera 12.
8
+* Removed Safari TP Grid prefixes support.
9
+
10
## 6.3.7
11
* Fix rare `Cannot read property 'constructor' of null` issue.
12
package.json
@@ -1,6 +1,6 @@
{
"name": "autoprefixer",
- "version": "6.3.7",
+ "version": "6.4.0",
"description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website",
"keywords": [
"autoprefixer",
0 commit comments