mirror of
https://github.com/APIParkLab/APIPark.git
synced 2026-06-12 18:11:34 +08:00
10 lines
153 B
JavaScript
10 lines
153 B
JavaScript
|
|
export default {
|
|
plugins: {
|
|
'postcss-import': {},
|
|
'tailwindcss/nesting': {},
|
|
tailwindcss: {},
|
|
autoprefixer: {}
|
|
},
|
|
}
|
|
|