Skip to content

Commit 1b9cef4

Browse files
Copilothotlong
andcommitted
Fix @theme directive by removing incorrect 'reference' keyword
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 063383e commit 1b9cef4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/site/app/global.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
/* Tailwind plugin for animations */
1212
@plugin 'tailwindcss-animate';
1313

14-
/* Define theme colors for Tailwind 4 - using reference to CSS variables defined below */
15-
@theme reference {
14+
/* Define theme colors for Tailwind 4 */
15+
@theme {
1616
/* Border radius tokens */
1717
--radius-lg: var(--radius);
1818
--radius-md: calc(var(--radius) - 2px);

0 commit comments

Comments
 (0)