Merge pull request #1 from Jeff-Emmett/fix/css-compilation-issues

Fix CSS compilation issues
This commit is contained in:
devandoo 2025-09-17 10:16:30 +05:30 committed by GitHub
commit 06910d7809
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 4 deletions

View File

@ -1,5 +1,4 @@
@import "tailwindcss";
@import "tw-animate-css";
:root {
--font-inter: var(--font-inter);

View File

@ -1,5 +1,4 @@
@import 'tailwindcss';
@import 'tw-animate-css';
@custom-variant dark (&:is(.dark *));
@ -75,8 +74,8 @@
}
@theme inline {
--font-sans: var(--font-geist-sans);
--font-mono: var(--font-geist-mono);
--font-sans: var(--font-inter);
--font-serif: var(--font-playfair);
--color-background: var(--background);
--color-foreground: var(--foreground);
--color-card: var(--card);