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