Skip to content

Commit daab023

Browse files
committed
refactor(theme): remove bg compatibility token
1 parent 544c269 commit daab023

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/routes/layout.css

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
@theme {
1616
/* Colors */
1717
--color-background: var(--background);
18-
--color-bg: var(--bg);
1918
--color-mctooltip-bg: var(--mctooltip-bg);
2019

2120
/* Text Shadow */
@@ -146,8 +145,6 @@
146145
}
147146

148147
:root {
149-
/* TODO: remove these compatibility aliases after all legacy token consumers are migrated to shadcn tokens. */
150-
--bg: var(--background);
151148
--bg-url: url(/img/bg-light.avif);
152149
--mctooltip-bg: oklch(0.205 0 0);
153150

0 commit comments

Comments
 (0)