mirror of
https://github.com/headroomlabs-ai/headroom.git
synced 2026-08-27 14:17:10 -04:00
8 lines
94 B
JavaScript
8 lines
94 B
JavaScript
|
|
const config = {
|
||
|
|
plugins: {
|
||
|
|
'@tailwindcss/postcss': {},
|
||
|
|
},
|
||
|
|
};
|
||
|
|
|
||
|
|
export default config;
|