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