autonomous-coding-system / frontend /postcss.config.js
pyaesonegtckglay-dotcom
🚀 Devin Agent Platform v2.0
666aab6
raw
history blame contribute delete
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}