Skip to content

Commit 719ab22

Browse files
author
Darío Espinoza
committed
feat: Enable dark mode support using the "class" strategy in Tailwind configuration
1 parent 871172b commit 719ab22

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tailwind.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ export default {
44
content: [
55
"{routes,islands,components}/**/*.{ts,tsx,js,jsx}",
66
],
7+
darkMode: "class", // Enables dark mode using the "class" strategy
78
theme: {
89
extend: {
910
fontFamily: {

0 commit comments

Comments
 (0)