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