We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe7bae4 commit 8060e33Copy full SHA for 8060e33
CHANGELOG.md
@@ -1,6 +1,10 @@
1
# Change Log
2
This project adheres to [Semantic Versioning](http://semver.org/).
3
4
+## 10.4.19
5
+* Removed `end value has mixed support, consider using flex-end` warning
6
+ since `end`/`start` now have good support.
7
+
8
## 10.4.18
9
* Fixed removing `-webkit-box-orient` on `-webkit-line-clamp` (@Goodwine).
10
package.json
@@ -1,6 +1,6 @@
{
"name": "autoprefixer",
- "version": "10.4.18",
+ "version": "10.4.19",
"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