PoCInnovation / front /postcss.config.js
pierrelissope
feat: added front core
9a9d08c
raw
history blame contribute delete
80 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}