mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-09-09 13:40:06 +00:00
8 lines
114 B
JavaScript
Executable File
8 lines
114 B
JavaScript
Executable File
module.exports = {
|
|
plugins: {
|
|
'postcss-nested': {},
|
|
'postcss-import': {},
|
|
autoprefixer: {},
|
|
},
|
|
};
|