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