mirror of
https://github.com/kunkunsh/kunkun.git
synced 2025-04-04 14:46:42 +00:00
10 lines
163 B
JavaScript
10 lines
163 B
JavaScript
export default {
|
|
plugins: {
|
|
tailwindcss: {
|
|
config: "tailwind.config.ts"
|
|
// config: "../../packages/ui/tailwind.config.ts"
|
|
},
|
|
autoprefixer: {}
|
|
}
|
|
};
|