Lin / frontend /postcss.config.js
Zelyanoth's picture
fff
25f22bf
raw
history blame
80 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}