Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix font size utilities reference namespace #1937

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/pages/docs/v4-beta.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1260,7 +1260,7 @@ Each CSS variable you define here tells Tailwind to make new utilities and varia
</div>
```

Each set of variables is part of a namespace that links them to the corresponding utilities, for example the font size utilities reference the `--font-*` namespace, all of the color utilities reference the `--color-*` namespace, and the transition-timing-function utilities reference the `--ease-*` namespace.
Each set of variables is part of a namespace that links them to the corresponding utilities, for example the font size utilities reference the `--text-*` namespace, all of the color utilities reference the `--color-*` namespace, and the transition-timing-function utilities reference the `--ease-*` namespace.

For a full list, see the [theme namespace reference](#namespace-reference).

Expand Down