Skip to content

Commit

Permalink
chore: use selectors for dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
BastiDood committed Jun 25, 2024
1 parent 9ba6ba4 commit 0d4b3d1
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
Expand Up @@ -4,7 +4,7 @@ import { skeleton } from '@skeletonlabs/tw-plugin';
import typo from '@tailwindcss/typography';

export default {
darkMode: 'class',
darkMode: 'selector',
content: [
'./src/**/*.{css,html,js,svelte,ts}',
// eslint-disable-next-line no-undef
Expand Down

0 comments on commit 0d4b3d1

Please sign in to comment.