This commit is contained in:
2025-07-25 10:53:57 +02:00
parent 0d25dc4022
commit 53a9d76691
4 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ import typography from '@tailwindcss/typography';
/** @type {import('tailwindcss').Config} */
export default {
darkMode: ['attribute', '[data-theme="dark"]'],
darkMode: 'class',
content: [
"./index.html",
"./src/**/*.{js,ts,jsx,tsx}",