Skip to content

Commit

Permalink
fix(template:sanity): no tailwindcss by default
Browse files Browse the repository at this point in the history
  • Loading branch information
hongaar committed Oct 2, 2023
1 parent a1719ee commit 3f37c26
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/templates/src/next.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ async function apply({ directory }: TemplateArgs) {
basename(directory),
"--app",
"--typescript",
"--tailwind",
"--eslint",
"--src-dir",
'--import-alias "@/*"',
Expand Down

0 comments on commit 3f37c26

Please sign in to comment.