You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/design-system/content/docs/typography.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ description: An overview of all available typography CSS variables.
5
5
6
6
Some reusable patterns work better as CSS variables, or “shorthands”, than as components. Typography is one of these cases, since its usage and context vary widely.
7
7
8
-
The shorthands below are composed of core [Tailwind utility classes](../docs/tailwind-classes). You can view the full list of shorthands in [`typography.scss`](https://github.com/supabase/supabase/blob/master/apps/studio/styles/typography.scss).
8
+
The shared typography tokens and shorthands live in [`packages/ui/styles/typography.css`](https://github.com/supabase/supabase/blob/master/packages/ui/styles/typography.css), and are included by the shared [`packages/ui/styles/tokens.css`](https://github.com/supabase/supabase/blob/master/packages/ui/styles/tokens.css) entrypoint.
0 commit comments