This commit is contained in:
Tomas Dvorak
2025-12-01 10:46:33 +01:00
parent 6a9f25ffe9
commit 672ffbcdcd
8 changed files with 132 additions and 29 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
/** @type {import('tailwindcss').Config} */
export default {
content: [
"./index.html",
"./*.html",
"./src/**/*.{js,ts,jsx,tsx}",
],
darkMode: 'class',