bingo / postcss.config.js
connor12's picture
Duplicate from hf4all/bingo
d7bca75
raw
history blame contribute delete
No virus
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}