mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-12-26 02:23:21 +03:00
5e45dad54a
Co-authored-by: vincanger <70215737+vincanger@users.noreply.github.com>
9 lines
127 B
JavaScript
9 lines
127 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
tailwindcss: {
|
|
config: './tailwind.config.cjs',
|
|
},
|
|
autoprefixer: {},
|
|
},
|
|
};
|