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 a582eec commit bd81477Copy full SHA for bd81477
.postcssrc.js
package.json
@@ -108,7 +108,6 @@
108
},
109
"browserslist": [
110
"> 1%",
111
- "last 2 versions",
112
- "not ie <= 8"
+ "last 2 versions"
113
]
114
}
postcss.config.js
@@ -0,0 +1,5 @@
1
+module.exports = {
2
+ plugins: {
3
+ autoprefixer: {}
4
+ }
5
+}
0 commit comments