Skip to content

Commit 3ad5f24

Browse files
committed
🐛 Fix @source path to shared package in app.css
1 parent 1b9a8e8 commit 3ad5f24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web/src/app.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@import 'tailwindcss';
2-
@source "../node_modules/@repo/shared/src";
2+
@source "../../../node_modules/@repo/shared/src";
33

44
@import 'tw-animate-css';
55

0 commit comments

Comments
 (0)