Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
ineshbose committed Apr 15, 2024
1 parent 2fb9e45 commit 3a1fab4
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 74 deletions.
147 changes: 74 additions & 73 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export default defineNuxtModule<ModuleOptions>({
postcssOptions.plugins = {
...(postcssOptions.plugins || {}),
'tailwindcss/nesting': postcssOptions.plugins?.['tailwindcss/nesting'] ?? {},
tailwindcss: enableHMR ? twConfig.dst satisfies string : _config
'tailwindcss': enableHMR ? twConfig.dst satisfies string : _config,
}

// enabled only in development
Expand Down

0 comments on commit 3a1fab4

Please sign in to comment.