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