Update tailwind config

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-04-09 15:52:04 -04:00
parent cb76142b2b
commit 254ee34125
1 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,9 @@
/** @type {import('tailwindcss').Config} */ /** @type {import('tailwindcss').Config} */
module.exports = { module.exports = {
content: [], content: [
"./src/**/*.{js,jsx,ts,tsx}",
"./public/index.html"
],
theme: { theme: {
extend: {}, extend: {},
}, },