Skip to content

Commit

Permalink
add darkMode tailwind support
Browse files Browse the repository at this point in the history
  • Loading branch information
firehawk89 committed Jan 16, 2024
1 parent deae06a commit 1ab402a
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 @@ -6,6 +6,7 @@ const config: Config = {
'./src/components/**/*.{js,ts,jsx,tsx,mdx}',
'./src/app/**/*.{js,ts,jsx,tsx,mdx}',
],
darkMode: 'class',
plugins: [],
theme: {
extend: {
Expand Down

0 comments on commit 1ab402a

Please sign in to comment.