We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 544c269 commit daab023Copy full SHA for daab023
1 file changed
src/routes/layout.css
@@ -15,7 +15,6 @@
15
@theme {
16
/* Colors */
17
--color-background: var(--background);
18
- --color-bg: var(--bg);
19
--color-mctooltip-bg: var(--mctooltip-bg);
20
21
/* Text Shadow */
@@ -146,8 +145,6 @@
146
145
}
147
148
:root {
149
- /* TODO: remove these compatibility aliases after all legacy token consumers are migrated to shadcn tokens. */
150
- --bg: var(--background);
151
--bg-url: url(/img/bg-light.avif);
152
--mctooltip-bg: oklch(0.205 0 0);
153
0 commit comments