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