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