mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-12-28 11:34:41 +03:00
9 lines
127 B
JavaScript
9 lines
127 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
tailwindcss: {
|
|
config: './tailwind.config.cjs',
|
|
},
|
|
autoprefixer: {},
|
|
},
|
|
};
|