Skip to content

Commit

Permalink
fix(tailwind): exclude nuxt config
Browse files Browse the repository at this point in the history
  • Loading branch information
dargmuesli committed Sep 12, 2022
1 parent 1ce500c commit 1bc6532
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nuxt/tailwind.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ module.exports = {
'./layouts/**/*.vue',
'./pages/**/*.vue',
'./plugins/**/*.{js,ts}',
'./nuxt.config.js',
'./nuxt.config.ts',
// './nuxt.config.js',
// './nuxt.config.ts',
],
darkMode: 'class',
plugins: [
Expand Down

0 comments on commit 1bc6532

Please sign in to comment.