We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0af1be8 commit 90dc18dCopy full SHA for 90dc18d
CHANGELOG.md
@@ -1,6 +1,9 @@
1
# Change Log
2
This project adheres to [Semantic Versioning](http://semver.org/).
3
4
+## 10.4.18
5
+* Fixed removing `-webkit-box-orient` on `-webkit-line-clamp` (@Goodwine).
6
+
7
## 10.4.17
8
* Fixed `user-select: contain` prefixes.
9
package.json
@@ -1,6 +1,6 @@
{
"name": "autoprefixer",
- "version": "10.4.17",
+ "version": "10.4.18",
"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