documenso/apps/documentation/postcss.config.cjs

7 lines
83 B
JavaScript
Raw Normal View History

2025-11-22 09:28:20 +00:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};