Skip to content

Commit

Permalink
fix path for tailwind styles
Browse files Browse the repository at this point in the history
  • Loading branch information
siddhsuresh committed May 1, 2023
1 parent 0685b8c commit 959b4fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/tailwind/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default RecipeBuilder()
stepId: "addStyles",
stepName: "Stylesheet",
explanation: `Adds a root CSS stylesheet where Tailwind is imported and where you can add global styles`,
targetDirectory: "./app/core",
targetDirectory: `./${paths.appSrcDirectory()}/core`,
templatePath: join(__dirname, "templates", "styles"),
templateValues: {},
})
Expand Down

0 comments on commit 959b4fe

Please sign in to comment.