msa1 / front /postcss.config.js
zouhairk's picture
init front
b681a44
raw
history blame contribute delete
81 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};