Skip to content

Commit

Permalink
auto tailwindcss
Browse files Browse the repository at this point in the history
  • Loading branch information
nirtamir2 committed Jun 11, 2024
1 parent 4d7df11 commit 73bfb58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/factory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export function nirtamir2(
regexp: enableRegexp = true,
solid: enableSolid = false,
svelte: enableSvelte = false,
tailwindcss: enableTailwindCSS = false,
tailwindcss: enableTailwindCSS = isPackageExists("tailwindcss"),
typescript: enableTypeScript = isPackageExists("typescript"),
unocss: enableUnoCSS = false,
vue: enableVue = VuePackages.some((i) => isPackageExists(i)),
Expand Down

0 comments on commit 73bfb58

Please sign in to comment.