Skip to content

Commit

Permalink
docs: fix typo (#720)
Browse files Browse the repository at this point in the history
  • Loading branch information
TechGenius7777 authored Sep 19, 2023
1 parent 0458188 commit faaa4dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/1.getting-started/1.setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ You can configure the paths in the [module options](/getting-started/options).

If you're going to create your own Tailwind CSS file, make sure to add the `@tailwind` directives for each of Tailwind’s layer types (base, components, and utilities).

```css [~/assets/css/tailwind.csss]
```css [~/assets/css/tailwind.css]
@tailwind base;
@tailwind components;
@tailwind utilities;
Expand Down

0 comments on commit faaa4dd

Please sign in to comment.