LifeSim / postcss.config.js
jbilcke-hf's picture
jbilcke-hf HF staff
initial commit ๐Ÿ ๐Ÿชธ
c7b9c60
raw
history blame contribute delete
No virus
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}