AIEXTRACT1 / frontend /postcss.config.cjs
Seth0330's picture
Create frontend/postcss.config.cjs
a814395 verified
raw
history blame
81 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};