Skip to content

Commit f4cd6cd

Browse files
authored
fix: Starlight theme overrides (#1260)
1 parent 51b7b65 commit f4cd6cd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

apps/typegpu-docs/src/tailwind.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
@import 'tailwindcss';
1+
@layer base, starlight, theme, components, utilities;
2+
3+
@import '@astrojs/starlight-tailwind';
4+
@import 'tailwindcss/theme.css' layer(theme);
5+
@import 'tailwindcss/utilities.css' layer(utilities);
26

37
@theme {
48
/* --- Colors --- */

0 commit comments

Comments
 (0)