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