mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-05 19:41:45 +08:00
13 lines
237 B
JavaScript
13 lines
237 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
'postcss-easy-import': {
|
|
extensions: ['.wxss', '.css', '.pcss']
|
|
},
|
|
'precss': {},
|
|
'postcss-calc': {},
|
|
'autoprefixer': {
|
|
browsers: ['Android >= 4.0', 'iOS >= 7']
|
|
}
|
|
}
|
|
};
|