mirror of
https://gitee.com/fantastic-admin/basic.git
synced 2024-11-29 18:48:31 +08:00
7 lines
87 B
JavaScript
Executable File
7 lines
87 B
JavaScript
Executable File
export default {
|
|
plugins: {
|
|
'autoprefixer': {},
|
|
'postcss-nested': {},
|
|
},
|
|
}
|