ToothMap-AI / toothmap_frontend /tailwind.config.js
raidAthmaneBenlala's picture
πŸš€ Initial deploy of ToothMap Full-Stack App
e73e5ff
Raw
History Blame Contribute Delete
182 Bytes
/** @type {import('tailwindcss').Config} */
export default {
content: [
"./index.html",
"./src/**/*.{js,ts,jsx,tsx}",
],
theme: {
extend: {},
},
plugins: [],
}