observer / postcss.config.js
jbilcke-hf's picture
jbilcke-hf HF staff
initial commit
65ee86e
raw
history blame contribute delete
No virus
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}