cluster-protocol / frontend /postcss.config.js
nice-bill's picture
fastapi dockerised
fe1519f
raw
history blame contribute delete
90 Bytes
export default {
plugins: {
'@tailwindcss/postcss': {},
autoprefixer: {},
},
}