We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85e8036 commit 264bfd0Copy full SHA for 264bfd0
tailwindcss/README.md
@@ -15,7 +15,7 @@ This example shows how to use Tailwind CSS (v3.0) with Remix. It follows the ste
15
Relevant files:
16
17
- [package.json](./package.json) where the tailwind CLI is used.
18
-- [tailwind.config.js](./tailwind.config.js) where tailwind is configured.
+- [tailwind.config.ts](./tailwind.config.ts) where tailwind is configured.
19
- [app/root.tsx](./app/root.tsx) where tailwind is imported.
20
- [.gitignore](.gitignore) where the generated tailwind.css is added to the ignore list.
21
0 commit comments