chatgptfreev2 / postcss.config.js
ngoctuanai's picture
Upload 142 files
c742717
raw
history blame contribute delete
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}