Skip to content

Commit d0927af

Browse files
committed
fix(css): update import path for @lambdacurry/forms to use the dist directory\n\nThis change ensures that the correct files are sourced from the package, improving compatibility and reducing potential errors in the build process.
1 parent 60bd6cf commit d0927af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/todo-app/app/globals.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@import "tailwindcss";
22
@source "../../packages/ui/src/components/ui/**/*.{ts,tsx}";
3-
@source "../../../node_modules/@lambdacurry/forms/**/*.{js,ts,tsx}";
3+
@source "../../../node_modules/@lambdacurry/forms/dist/**/*.{js,ts,tsx}";
44

55
@theme inline {
66
--breakpoint-3xl: 1600px;

0 commit comments

Comments
 (0)