documenso/apps/web/postcss.config.js

7 lines
83 B
JavaScript
Raw Normal View History

2022-12-06 13:51:03 +00:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
2023-04-04 22:02:32 +00:00
};