image-transfer / postcss.config.js
phuhui's picture
Upload 23 files
13face0
raw
history blame contribute delete
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}