image_generation / postcss.config.js
ChenyuRabbitLove's picture
feat: commit
857939a
raw
history blame contribute delete
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}