fpl-solver / frontend /postcss.config.js
AnayShukla's picture
Clean Production Release
f7cecf3
raw
history blame contribute delete
80 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}