Files
flow-maker/postcss.config.js
T
2025-07-15 14:39:50 -07:00

7 lines
83 B
JavaScript

module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};