mirror of
https://github.com/cruip/vuejs-admin-dashboard-template.git
synced 2026-02-04 13:42:27 +08:00
6 lines
121 B
JavaScript
6 lines
121 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
tailwindcss: { config: './src/css/tailwind.config.js' },
|
|
autoprefixer: {},
|
|
},
|
|
} |