mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-09-09 13:40:06 +00:00
5 lines
117 B
JavaScript
Executable File
5 lines
117 B
JavaScript
Executable File
const path = require('path');
|
|
module.exports = {
|
|
plugins: [require('autoprefixer'), require('postcss-import')],
|
|
};
|