test100 / postcss.config.js
Justyn97's picture
Upload 206 files
6454d9a verified
raw
history blame contribute delete
No virus
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}