Skip to content

Commit

Permalink
fix : added darkmode=selector in tailwind config
Browse files Browse the repository at this point in the history
  • Loading branch information
yashcrest committed Nov 20, 2024
1 parent 33688f2 commit 600ecef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const defaultTheme = require("tailwindcss/defaultTheme");

const config = {
content: ["./src/**/*.{ts,tsx}"],
darkMode: "selector",
theme: {
extend: {
backgroundImage: {},
Expand Down

0 comments on commit 600ecef

Please sign in to comment.