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 5d275dd commit e337fd9Copy full SHA for e337fd9
docs/content/docs/getting-started/installation.mdx
@@ -20,7 +20,7 @@ Install the `@daveyplate/better-auth-ui` library using your preferred package ma
20
<Step>
21
## TailwindCSS Configuration
22
23
-For [TailwindCSS](https://tailwindcss.com) `v4`, add the following `@source` to your global css, please note that the path must be relative:
+For [TailwindCSS](https://tailwindcss.com) `v4`, add the following `@import` to your global css:
24
25
```css title="styles/globals.css"
26
@import "@daveyplate/better-auth-ui/css";
0 commit comments