Skip to content

Commit cc1db4f

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 b97e8cc commit cc1db4f

File tree

1 file changed

+2
-21
lines changed

1 file changed

+2
-21
lines changed

apps/todo-app/app/globals.css

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
@import "tailwindcss";
2-
2+
@source "../../packages/ui/src/components/ui/**/*.{ts,tsx}";
3+
@source "../../../node_modules/@lambdacurry/forms/dist/**/*.{js,ts,tsx}";
34

45
@theme inline {
56
--breakpoint-3xl: 1600px;
@@ -163,26 +164,6 @@
163164
}
164165
}
165166

166-
@utility border-grid {
167-
@apply border-border/50 dark:border-border;
168-
}
169-
170-
@utility section-soft {
171-
@apply from-background to-surface/40 dark:bg-background 3xl:fixed 3xl:bg-none bg-gradient-to-b;
172-
}
173-
174-
@utility theme-container {
175-
@apply font-sans;
176-
}
177-
178-
@utility container-wrapper {
179-
@apply 3xl:fixed 3xl:max-w-[calc(var(--breakpoint-2xl)+2rem)] mx-auto w-full px-2;
180-
}
181-
182-
@utility container {
183-
@apply 3xl:max-w-screen-2xl mx-auto max-w-[1400px] px-4 lg:px-8;
184-
}
185-
186167
@utility no-scrollbar {
187168
-ms-overflow-style: none;
188169
scrollbar-width: none;

0 commit comments

Comments
 (0)