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