mirror of
https://github.com/youwen5/site.git
synced 2025-02-20 00:41:11 -08:00
7 lines
80 B
JavaScript
7 lines
80 B
JavaScript
|
export default {
|
||
|
plugins: {
|
||
|
tailwindcss: {},
|
||
|
autoprefixer: {},
|
||
|
},
|
||
|
}
|