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 588f910 commit d641594Copy full SHA for d641594
2 files changed
CHANGELOG.md
@@ -1,6 +1,9 @@
1
# Change Log
2
This project adheres to [Semantic Versioning](http://semver.org/).
3
4
+## 7.2.4
5
+* Fix IE 10 support.
6
+
7
## 7.2.3
8
* Fix `grid-template-areas` in `@media` (by Evgeny Petukhov).
9
package.json
@@ -1,6 +1,6 @@
{
"name": "autoprefixer",
- "version": "7.2.3",
+ "version": "7.2.4",
"description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website",
"keywords": [
"autoprefixer",
0 commit comments