Skip to content

Commit

Permalink
fix: tailwindcss config (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
productdevbook authored Dec 2, 2022
1 parent 2e5a591 commit 303d6da
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@ export default defineNuxtConfig({
fallback: 'light',
storageKey: 'color-mode',
},

tailwindcss: {
configPath: './tailwind.config.ts',
},

vite: {
logLevel: 'info',
},
Expand Down

1 comment on commit 303d6da

@vercel
Copy link

@vercel vercel bot commented on 303d6da Dec 2, 2022

Choose a reason for hiding this comment

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

Please sign in to comment.