EXp2 / postcss.config.js
SuriRaja's picture
Upload 96 files
f4dd746 verified
raw
history blame contribute delete
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}