mirror of
https://github.com/AndersPier/v0-v0app.git
synced 2025-10-27 10:06:52 +00:00
9 lines
135 B
JavaScript
9 lines
135 B
JavaScript
|
|
/** @type {import('postcss-load-config').Config} */
|
||
|
|
const config = {
|
||
|
|
plugins: {
|
||
|
|
tailwindcss: {},
|
||
|
|
},
|
||
|
|
};
|
||
|
|
|
||
|
|
export default config;
|