We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 542bd85 commit 0d799e8Copy full SHA for 0d799e8
CHANGELOG.md
@@ -1,6 +1,9 @@
1
# Change Log
2
This project adheres to [Semantic Versioning](http://semver.org/).
3
4
+## 10.4.12
5
+* Fixed support of unit-less zero angle in backgrounds (by 一丝).
6
+
7
## 10.4.11
8
* Fixed `text-decoration` prefixes by moving to MDN data (by Romain Menke).
9
package.json
@@ -1,6 +1,6 @@
{
"name": "autoprefixer",
- "version": "10.4.11",
+ "version": "10.4.12",
"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