CA-Foundation / frontend /postcss.config.js
“vinit5112”
Add all code
deb090d
raw
history blame contribute delete
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}