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