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