fix tailwind

This commit is contained in:
Jeff Emmett 2025-06-19 16:46:18 +02:00
parent f1a1fa192b
commit 3195e98438
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@ import type { Config } from "tailwindcss";
export default { export default {
darkMode: ["class"], darkMode: ["class"],
content: [ content: [
"./index.html", "./client/index.html",
"./src/**/*.{js,jsx,ts,tsx,html}", "./client/src/**/*.{js,jsx,ts,tsx,html}",
], ],
safelist: [ safelist: [
// Layout // Layout