push-model-from-web / tailwind.config.js
coyotte508's picture
coyotte508 HF staff
Duplicate from julien-c/push-model-from-web
1f05f10
module.exports = {
content: ["./**/*.{html,js}"],
theme: {
extend: {},
},
plugins: [],
}