beatmatchr/frontend/postcss.config.mjs
2025-11-10 16:13:01 -05:00

7 lines
79 B
JavaScript

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