We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc7e61f commit 3adf187Copy full SHA for 3adf187
.browserslistrc
@@ -1,7 +1,11 @@
1
-[production staging]
2
-> 1%
3
-ie 10
+# This file is currently used by autoprefixer to adjust CSS to support the below specified browsers
+# For additional information regarding the format and rule options, please see:
+# https://github.com/browserslist/browserslist#queries
4
+#
5
+# For IE 10-11 support, please remove 'not' from the last line of the file and adjust as needed
6
-[development]
-last 1 chrome version
7
-last 1 firefox version
+> 0.5%
8
+last 2 versions
9
+Firefox ESR
10
+not dead
11
+IE 10-11
postcss.config.js
@@ -1,7 +1,3 @@
module.exports = {
- plugins: {
- autoprefixer: {
- browsers: ['last 2 versions']
- },
+ plugins: [require('autoprefixer')]
};
0 commit comments