diff --git a/docs/start/framework/react/guide/tailwind-integration.md b/docs/start/framework/react/guide/tailwind-integration.md index b57a95fb380..50ccef2cdfc 100644 --- a/docs/start/framework/react/guide/tailwind-integration.md +++ b/docs/start/framework/react/guide/tailwind-integration.md @@ -46,6 +46,7 @@ You need to create a CSS file to configure Tailwind CSS instead of the configura ```css /* src/styles/app.css */ @import 'tailwindcss'; +@source "../"; ``` ## Import the CSS file in your `__root.tsx` file