hub-sha256 / tailwind.config.js
coyotte508's picture
coyotte508 HF Staff
Duplicate from huggingfacejs/push-model-from-web
fcccc22
raw
history blame
94 Bytes
module.exports = {
content: ["./**/*.{html,js}"],
theme: {
extend: {},
},
plugins: [],
}