mirror of
https://gitee.com/xiangheng/x_admin.git
synced 2025-10-28 18:31:54 +08:00
7 lines
92 B
JavaScript
7 lines
92 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
autoprefixer: {}
|
|
}
|
|
}
|