tryemoji / postcss.config.js
yadongxie's picture
feat: add web
89682f8
raw
history blame
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}