DocuCenter/frontend/postcss.config.cjs

6 lines
75 B
JavaScript
Raw Permalink Normal View History

2024-12-10 16:32:44 -07:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}