Skip to content

Commit 264bfd0

Browse files
authored
docs(tailwindcss): fix configuration link (#202)
1 parent 85e8036 commit 264bfd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tailwindcss/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This example shows how to use Tailwind CSS (v3.0) with Remix. It follows the ste
1515
Relevant files:
1616

1717
- [package.json](./package.json) where the tailwind CLI is used.
18-
- [tailwind.config.js](./tailwind.config.js) where tailwind is configured.
18+
- [tailwind.config.ts](./tailwind.config.ts) where tailwind is configured.
1919
- [app/root.tsx](./app/root.tsx) where tailwind is imported.
2020
- [.gitignore](.gitignore) where the generated tailwind.css is added to the ignore list.
2121

0 commit comments

Comments
 (0)