We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07b759c commit c763109Copy full SHA for c763109
1 file changed
packages/shared/README.md
@@ -56,7 +56,7 @@ In your application's main CSS file:
56
57
```css
58
@import 'tailwindcss';
59
-@source "../node_modules/@repo/shared/src";
+@source '../../../node_modules/@repo/shared/src';
60
@import 'tw-animate-css'; // for shadcn animations
61
@import '@repo/shared/app.css';
62
```
0 commit comments