mirror of
https://github.com/colanode/colanode.git
synced 2025-12-16 19:57:46 +01:00
6 lines
70 B
JavaScript
6 lines
70 B
JavaScript
|
|
export default {
|
||
|
|
plugins: {
|
||
|
|
'@tailwindcss/postcss': {},
|
||
|
|
},
|
||
|
|
};
|