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