We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 063383e commit 1b9cef4Copy full SHA for 1b9cef4
1 file changed
apps/site/app/global.css
@@ -11,8 +11,8 @@
11
/* Tailwind plugin for animations */
12
@plugin 'tailwindcss-animate';
13
14
-/* Define theme colors for Tailwind 4 - using reference to CSS variables defined below */
15
-@theme reference {
+/* Define theme colors for Tailwind 4 */
+@theme {
16
/* Border radius tokens */
17
--radius-lg: var(--radius);
18
--radius-md: calc(var(--radius) - 2px);
0 commit comments