Skip to content

Commit c975e60

Browse files
committed
reduce code
1 parent 8757b25 commit c975e60

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

postcss.config.js

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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-
}
1+
// browser support list see here: https://github.com/ai/browserslist#queries
2+
module.exports = ({ file, options, env }) => ({
3+
plugins: {
4+
'autoprefixer': { browsers: 'last 2 version' },
5+
}
6+
});

0 commit comments

Comments
 (0)