online-compiler / postcss.config.js
Manu Arora
➕ Add: Basic UI + Code Editor + API Integration
204b0f7
raw
history blame contribute delete
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}