bingo / postcss.config.js
chiyang001's picture
Duplicate from hf4all/bingo
47e498a
raw
history blame contribute delete
No virus
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}