push-model-from-web / tailwind.config.js
aschen's picture
Duplicate from huggingfacejs/push-model-from-web
7b7b9aa
module.exports = {
content: ["./**/*.{html,js}"],
theme: {
extend: {},
},
plugins: [],
}