mirror of
https://github.com/documenso/documenso.git
synced 2026-07-08 20:14:58 +10:00
7 lines
116 B
JavaScript
7 lines
116 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
tailwindcss: { config: './tailwind.config.cjs' },
|
|
autoprefixer: {},
|
|
},
|
|
};
|