description-improv / postcss.config.js
Felix Zieger
game init
55a034a
raw
history blame
80 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}