Skip to content

Commit

Permalink
Fixed tailwind selector
Browse files Browse the repository at this point in the history
  • Loading branch information
SamTV12345 committed Nov 11, 2024
1 parent fd0631b commit 59dc41e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tailwind.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { Config } from 'tailwindcss'

const config: Config = {
darkMode: ['class', 'class'],
darkMode: ['class'],
content: [
'./app/**/*.{js,ts,jsx,tsx,mdx}', // Note the addition of the `app` directory.
'./pages/**/*.{js,ts,jsx,tsx,mdx}',
Expand Down

0 comments on commit 59dc41e

Please sign in to comment.