salesiq / frontend /postcss.config.js
richlai's picture
add files
7781557
raw
history blame
80 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}