Files
flow-maker/postcss.config.js
T
2025-07-14 22:23:56 +00:00

7 lines
80 B
JavaScript

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