Skip to content

Commit

Permalink
build: remove daisyui theme config
Browse files Browse the repository at this point in the history
Since v3.0.0 only light and dark themes are enabled by default.
  • Loading branch information
velut committed Sep 11, 2023
1 parent 5c0eee8 commit 651131c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,5 @@ export default {
theme: {
extend: {}
},
plugins: [typography, daisyui],
daisyui: {
themes: ['light', 'dark']
}
plugins: [typography, daisyui]
} satisfies Config;

0 comments on commit 651131c

Please sign in to comment.