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 9b670b4 commit 65e2daeCopy full SHA for 65e2dae
CHANGELOG.md
@@ -1,6 +1,9 @@
1
# Change Log
2
This project adheres to [Semantic Versioning](http://semver.org/).
3
4
+## 10.4.8
5
+* Do not print `color-adjust` warning if `print-color-adjust` also is in rule.
6
+
7
## 10.4.7
8
* Fixed `print-color-adjust` support in Firefox.
9
package.json
@@ -1,6 +1,6 @@
{
"name": "autoprefixer",
- "version": "10.4.7",
+ "version": "10.4.8",
"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