quack / postcss.config.mjs
Tony Powell
Make styles tolerable
295842d
raw
history blame
80 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}