Skip to content

Commit cd9070a

Browse files
JusticeMatthewsarah11918TheOtterlordflorian-lefebvre
authored
Fix: Adds inline to Fonts Tailwind v4 instructions (#11491)
Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com> Co-authored-by: TheOtterlord <64310361+TheOtterlord@users.noreply.github.com> Co-authored-by: florian-lefebvre <69633530+florian-lefebvre@users.noreply.github.com>
1 parent 1f7480c commit cd9070a

File tree

1 file changed

+2
-2
lines changed
  • src/content/docs/en/reference/experimental-flags

1 file changed

+2
-2
lines changed

src/content/docs/en/reference/experimental-flags/fonts.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,10 @@ body {
116116

117117
<TabItem label="Tailwind CSS 4.0">
118118

119-
```css title="src/styles/global.css" ins={4}
119+
```css title="src/styles/global.css" ins={4} ins="inline"
120120
@import 'tailwindcss';
121121

122-
@theme {
122+
@theme inline {
123123
--font-sans: var(--font-roboto);
124124
}
125125
```

0 commit comments

Comments
 (0)