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 8757b25 commit c975e60Copy full SHA for c975e60
postcss.config.js
@@ -1,8 +1,6 @@
1
-module.exports = ({ file, options, env }) => {
2
- // browser support list see here: https://github.com/ai/browserslist#queries
3
- return ({
4
- plugins: {
5
- 'autoprefixer': { browsers: 'last 2 version' },
6
- }
7
- })
8
-}
+// browser support list see here: https://github.com/ai/browserslist#queries
+module.exports = ({ file, options, env }) => ({
+ plugins: {
+ 'autoprefixer': { browsers: 'last 2 version' },
+ }
+});
0 commit comments