diff --git a/docs/start/framework/react/tailwind-integration.md b/docs/start/framework/react/tailwind-integration.md index 90d674ca78..948b148b60 100644 --- a/docs/start/framework/react/tailwind-integration.md +++ b/docs/start/framework/react/tailwind-integration.md @@ -44,7 +44,7 @@ You need to create a CSS file to configure Tailwind CSS instead of the configura ```css /* src/styles/app.css */ -@import 'tailwindcss'; +@import 'tailwindcss' source('../'); ``` ## Import the CSS file in your `__root.tsx` file