SkillForge / frontend /postcss.config.js
team99tech
Added changes
dfb3d07
raw
history blame contribute delete
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}