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 61b515c commit 34fa5adCopy full SHA for 34fa5ad
CHANGELOG.md
@@ -1,6 +1,9 @@
1
# Change Log
2
This project adheres to [Semantic Versioning](http://semver.org/).
3
4
+## 9.8.6
5
+* Fixed `env` option.
6
+
7
## 9.8.5
8
* Improved Grid Layout warnings (by Daniel Tonon).
9
* Fixed `align-self` and `justify-self` with `display: flex` (by Daniel Tonon).
package.json
@@ -1,6 +1,6 @@
{
"name": "autoprefixer",
- "version": "9.8.5",
+ "version": "9.8.6",
"description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website",
"keywords": [
"autoprefixer",
0 commit comments