punimtag/frontend/postcss.config.js
2025-10-31 12:10:44 -04:00

8 lines
81 B
JavaScript

export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}