mirror of
https://github.com/APIParkLab/APIPark.git
synced 2026-06-14 20:41:15 +08:00
9 lines
152 B
JavaScript
9 lines
152 B
JavaScript
export default {
|
|
plugins: {
|
|
'postcss-import': {},
|
|
'tailwindcss/nesting': {},
|
|
tailwindcss: {},
|
|
autoprefixer: {}
|
|
},
|
|
}
|
|
|