mirror of
https://gitcode.com/flipped-aurora/gin-vue-admin.git
synced 2026-05-15 11:48:02 +00:00
7 lines
82 B
JavaScript
7 lines
82 B
JavaScript
|
|
module.exports = {
|
||
|
|
plugins: {
|
||
|
|
tailwindcss: {},
|
||
|
|
autoprefixer: {},
|
||
|
|
},
|
||
|
|
}
|