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
<ddclass="truncate text-9xl font-medium">The quick brown fox jumped over the lazy dog.</dd>
75
+
<ddclass="truncate text-9xl font-medium">The quick brown fox jumps over the lazy dog.</dd>
76
76
</div>
77
77
</dl>
78
78
</template>
@@ -97,7 +97,7 @@ Control the font size of an element using the `text-{size}` utilities.
97
97
To control the font size of an element at a specific breakpoint, add a `{screen}:` prefix to any existing font size utility. For example, use `md:text-lg` to apply the `text-lg` utility at only medium screen sizes and above.
98
98
99
99
```html
100
-
<pclass="text-base **md:text-lg** ...">The quick brown fox jumped over the lazy dog.</p>
100
+
<pclass="text-base **md:text-lg** ...">The quick brown fox jumps over the lazy dog.</p>
101
101
```
102
102
103
103
For more information about Tailwind's responsive design features, check out the [Responsive Design](/docs/responsive-design) documentation.
<ddclass="text-xl font-black">The quick brown fox jumped over the lazy dog.</dd>
58
+
<ddclass="text-xl font-black">The quick brown fox jumps over the lazy dog.</dd>
59
59
</div>
60
60
</dl>
61
61
</template>
@@ -76,7 +76,7 @@ Control the font weight of an element using the `font-{weight}` utilities.
76
76
To control the font weight of an element at a specific breakpoint, add a `{screen}:` prefix to any existing font weight utility. For example, use `md:font-bold` to apply the `font-bold` utility at only medium screen sizes and above.
77
77
78
78
```html
79
-
<pclass="font-normal **md:font-bold** ...">The quick brown fox jumped over the lazy dog.</p>
79
+
<pclass="font-normal **md:font-bold** ...">The quick brown fox jumps over the lazy dog.</p>
80
80
```
81
81
82
82
For more information about Tailwind's responsive design features, check out the [Responsive Design](/docs/responsive-design) documentation.
<pclass="tracking-widest text-lg text-light-blue-800">The quick brown fox jumped over the lazy dog.</p>
45
+
<pclass="tracking-widest text-lg text-light-blue-800">The quick brown fox jumps over the lazy dog.</p>
46
46
</div>
47
47
</template>
48
48
@@ -59,7 +59,7 @@ Control the letter spacing of an element using the `tracking-{size}` utilities.
59
59
To control the letter spacing of an element at a specific breakpoint, add a `{screen}:` prefix to any existing letter spacing utility. For example, use `md:tracking-wide` to apply the `tracking-wide` utility at only medium screen sizes and above.
60
60
61
61
```html
62
-
<pclass="tracking-tight **md:tracking-wide** ...">The quick brown fox jumped over the lazy dog.</p>
62
+
<pclass="tracking-tight **md:tracking-wide** ...">The quick brown fox jumps over the lazy dog.</p>
63
63
```
64
64
65
65
For more information about Tailwind's responsive design features, check out the [Responsive Design](/docs/responsive-design) documentation.
0 commit comments