You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wastesorting/postcss.config.js

11 lines
255 B

5 years ago
module.exports = {
parser: require('postcss-comment'),
plugins: [
require('postcss-import'),
require('autoprefixer')({
remove: process.env.UNI_PLATFORM !== 'h5'
}),
5 years ago
require('@dcloudio/vue-cli-plugin-uni/packages/postcss'),
5 years ago
]
}