wordalle / frontend /postcss.config.cjs
radames's picture
radames HF staff
first
47cfe3f
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}