mirror of
https://github.com/documenso/documenso.git
synced 2026-07-12 05:55:12 +10:00
8 lines
195 B
JavaScript
8 lines
195 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
// The JS config is loaded via `@config` in app/app.css; v4 auto-prefixes,
|
|
// so autoprefixer is no longer needed.
|
|
'@tailwindcss/postcss': {},
|
|
},
|
|
};
|