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 427af5a commit 7614321Copy full SHA for 7614321
CHANGELOG.md
@@ -1,6 +1,10 @@
1
# Change Log
2
This project adheres to [Semantic Versioning](http://semver.org/).
3
4
+## 10.0.2
5
+* Removed `-ms-user-select: all` because IE and old Edge don’t support it.
6
+* Fixed Grid Layout warning.
7
+
8
## 10.0.1
9
* Fix PostCSS 8.1 compatability.
10
* Add our OpenCollective to `package.json`.
package.json
@@ -1,6 +1,6 @@
{
"name": "autoprefixer",
- "version": "10.0.1",
+ "version": "10.0.2",
"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