From 6c45f187b043dd69010b45603e9040ee435a4f7a Mon Sep 17 00:00:00 2001 From: Vignesh gupta Date: Thu, 25 Dec 2025 11:05:59 +0530 Subject: [PATCH] Add CSS variable --test-var to globals.css --- apps/web/app/globals.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/web/app/globals.css b/apps/web/app/globals.css index d4d4111..65fa7ad 100644 --- a/apps/web/app/globals.css +++ b/apps/web/app/globals.css @@ -4,6 +4,7 @@ @layer base { :root { + --test-var: 0 0% 100%; --background: 0 0% 100%; --foreground: 0 0% 3.9%; @@ -99,4 +100,4 @@ .hide-scrollbar::-webkit-scrollbar { display: none; -} \ No newline at end of file +}