docs(www): update manual.mdx (#1471)

Fix file name

Co-authored-by: shadcn <m@shadcn.com>
This commit is contained in:
MD
2023-09-18 14:25:26 +02:00
committed by GitHub
parent 4bb9e9de53
commit c9ca64d2b9

View File

@@ -139,7 +139,7 @@ module.exports = {
Add the following to your styles/globals.css file. You can learn more about using CSS variables for theming in the [theming section](/docs/theming).
```css title="styles.css"
```css title="globals.css"
@tailwind base;
@tailwind components;
@tailwind utilities;