avatar-v2 / frontend /tailwind.config.js
DataSage12's picture
Initial commit: HOLOKIA-AVATAR for Hugging Face Spaces
69aa271
raw
history blame contribute delete
138 Bytes
module.exports = {
content: [
"./index.html",
"./src/**/*.{js,jsx,ts,tsx}",
],
theme: {
extend: {}
},
plugins: [],
}