mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 16:56:24 +02:00
8 lines
94 B
JavaScript
8 lines
94 B
JavaScript
|
|
const config = {
|
||
|
|
plugins: {
|
||
|
|
"@tailwindcss/postcss": {},
|
||
|
|
},
|
||
|
|
};
|
||
|
|
|
||
|
|
export default config;
|