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 15, 2023
1 parent a274a0c commit 07e471d
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

1 comment on commit 07e471d

@vercel
Copy link

@vercel vercel bot commented on 07e471d Jun 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ui – ./

ui-git-dev-nuxtlabs.vercel.app
ui.nuxtlabs.com
ui-nuxtlabs.vercel.app

Please sign in to comment.