using dark class

This commit is contained in:
Fractal-Tess
2022-12-21 02:56:44 +02:00
parent 5190689e92
commit 641a6f5cfa

View File

@@ -4,6 +4,7 @@ const defaultTheme = require('tailwindcss/defaultTheme');
/** @type {import('tailwindcss').Config} */
const config = {
content: ['src/**/*.{html,js,svelte,ts}'],
darkMode: 'class',
theme: {
extend: {