Skip to content

Commit 4e4ef6a

Browse files
committed
chore: config postcss
1 parent 9b92b91 commit 4e4ef6a

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

browserslist

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Chrome >= 53
2+
ChromeAndroid >= 53
3+
iOS >= 8

postcss.config.js

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
module.exports = {
2+
plugins: {
3+
autoprefixer: {},
4+
cssnano: {
5+
preset: 'default'
6+
}
7+
}
8+
};

0 commit comments

Comments
 (0)