Skip to content

Commit a730e8f

Browse files
committed
fix: missing css semicolons.
1 parent a8e3533 commit a730e8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tokens.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
--background: 0 0% 100%;
44
--foreground: 240 10% 3.9%;
55

6-
--card: var(--background)
6+
--card: var(--background);
77
--card-foreground: 240 10% 3.9%;
88

9-
--popover: var(--background)
9+
--popover: var(--background);
1010
--popover-foreground: 240 10% 3.9%;
1111

1212
--primary: 240 5.9% 10%;

0 commit comments

Comments
 (0)