health-assistant / frontend /tailwind.config.js
yuting111222's picture
Add Health Assistant AI project with AI food analyzer and complete backend/frontend
89b8989
raw
history blame contribute delete
182 Bytes
/** @type {import('tailwindcss').Config} */
export default {
content: [
"./index.html",
"./src/**/*.{js,ts,jsx,tsx}",
],
theme: {
extend: {},
},
plugins: [],
}