Add internal dark mode switching script

This commit is contained in:
Xevion
2023-02-17 03:03:56 -06:00
parent d4491464c1
commit 50b098d2cf
3 changed files with 31 additions and 0 deletions

View File

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