Skip to content

Commit

Permalink
fix(module): let tailwindcss viewer enabled by default
Browse files Browse the repository at this point in the history
Resolves #292
  • Loading branch information
benjamincanac committed Jun 21, 2023
1 parent a274a0c commit 4023fbe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ export default defineNuxtModule<ModuleOptions>({

await installModule('@nuxtjs/color-mode', { classSuffix: '' })
await installModule('@nuxtjs/tailwindcss', {
viewer: false,
exposeConfig: true,
config: {
darkMode: 'class',
Expand Down

0 comments on commit 4023fbe

Please sign in to comment.