mirror of
https://gitee.com/bootx/dax-pay-ui
synced 2026-08-13 15:55:43 +08:00
8 lines
114 B
JavaScript
Executable File
8 lines
114 B
JavaScript
Executable File
module.exports = {
|
|
plugins: {
|
|
'postcss-nested': {},
|
|
'postcss-import': {},
|
|
autoprefixer: {},
|
|
},
|
|
};
|