Skip to content

Commit

Permalink
style: remove empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
mitjans committed Nov 15, 2023
1 parent b5cc8e8 commit 431e25e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,12 +136,10 @@ export default defineNuxtModule<ModuleOptions>({
await installModule('@nuxt/postcss8')
}


if(moduleOptions.addTwUtil) {
addImportsDir(resolve('./runtime/utils'));
}


// enabled only in development
if (nuxt.options.dev) {
// Watch the Tailwind config file to restart the server
Expand Down

0 comments on commit 431e25e

Please sign in to comment.