diff --git a/src/pages/docs/font-size.mdx b/src/pages/docs/font-size.mdx index 98c0ab1bb..720ebdfcd 100644 --- a/src/pages/docs/font-size.mdx +++ b/src/pages/docs/font-size.mdx @@ -24,55 +24,55 @@ Control the font size of an element using the `text-{size}` utilities.
xs
-
The quick brown fox jumped over the lazy dog.
+
The quick brown fox jumps over the lazy dog.
sm
-
The quick brown fox jumped over the lazy dog.
+
The quick brown fox jumps over the lazy dog.
base
-
The quick brown fox jumped over the lazy dog.
+
The quick brown fox jumps over the lazy dog.
lg
-
The quick brown fox jumped over the lazy dog.
+
The quick brown fox jumps over the lazy dog.
xl
-
The quick brown fox jumped over the lazy dog.
+
The quick brown fox jumps over the lazy dog.
2xl
-
The quick brown fox jumped over the lazy dog.
+
The quick brown fox jumps over the lazy dog.
3xl
-
The quick brown fox jumped over the lazy dog.
+
The quick brown fox jumps over the lazy dog.
4xl
-
The quick brown fox jumped over the lazy dog.
+
The quick brown fox jumps over the lazy dog.
5xl
-
The quick brown fox jumped over the lazy dog.
+
The quick brown fox jumps over the lazy dog.
6xl
-
The quick brown fox jumped over the lazy dog.
+
The quick brown fox jumps over the lazy dog.
7xl
-
The quick brown fox jumped over the lazy dog.
+
The quick brown fox jumps over the lazy dog.
8xl
-
The quick brown fox jumped over the lazy dog.
+
The quick brown fox jumps over the lazy dog.
9xl
-
The quick brown fox jumped over the lazy dog.
+
The quick brown fox jumps over the lazy dog.
@@ -97,7 +97,7 @@ Control the font size of an element using the `text-{size}` utilities. 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. ```html -

The quick brown fox jumped over the lazy dog.

+

The quick brown fox jumps over the lazy dog.

``` For more information about Tailwind's responsive design features, check out the [Responsive Design](/docs/responsive-design) documentation. diff --git a/src/pages/docs/font-smoothing.mdx b/src/pages/docs/font-smoothing.mdx index d49735ec4..308b29a15 100644 --- a/src/pages/docs/font-smoothing.mdx +++ b/src/pages/docs/font-smoothing.mdx @@ -20,7 +20,7 @@ Use the `subpixel-antialiased` utility to render text using subpixel antialiasin ```html lightBlue

The quick brown fox ...

@@ -32,7 +32,7 @@ Use the `antialiased` utility to render text using grayscale antialiasing. ```html emerald

The quick brown fox ...

@@ -44,7 +44,7 @@ To control the font smoothing of an element at a specific breakpoint, add a `{sc ```html

- The quick brown fox jumped over the lazy dog. + The quick brown fox jumps over the lazy dog.

``` diff --git a/src/pages/docs/font-style.mdx b/src/pages/docs/font-style.mdx index 337bd380c..2bc57b762 100644 --- a/src/pages/docs/font-style.mdx +++ b/src/pages/docs/font-style.mdx @@ -20,7 +20,7 @@ Use the `italic` utility to make text italic. ```html emerald

The quick brown fox ...

@@ -32,7 +32,7 @@ Use the `not-italic` utility to display text normally. This is typically used to ```html amber

The quick brown fox ...

@@ -44,7 +44,7 @@ To control the font style of an element at a specific breakpoint, add a `{screen ```html

- The quick brown fox jumped over the lazy dog. + The quick brown fox jumps over the lazy dog.

``` diff --git a/src/pages/docs/font-weight.mdx b/src/pages/docs/font-weight.mdx index 4a6a54987..823db428d 100644 --- a/src/pages/docs/font-weight.mdx +++ b/src/pages/docs/font-weight.mdx @@ -23,39 +23,39 @@ Control the font weight of an element using the `font-{weight}` utilities.
thin
-
The quick brown fox jumped over the lazy dog.
+
The quick brown fox jumps over the lazy dog.
extralight
-
The quick brown fox jumped over the lazy dog.
+
The quick brown fox jumps over the lazy dog.
light
-
The quick brown fox jumped over the lazy dog.
+
The quick brown fox jumps over the lazy dog.
normal
-
The quick brown fox jumped over the lazy dog.
+
The quick brown fox jumps over the lazy dog.
medium
-
The quick brown fox jumped over the lazy dog.
+
The quick brown fox jumps over the lazy dog.
semibold
-
The quick brown fox jumped over the lazy dog.
+
The quick brown fox jumps over the lazy dog.
bold
-
The quick brown fox jumped over the lazy dog.
+
The quick brown fox jumps over the lazy dog.
extrabold
-
The quick brown fox jumped over the lazy dog.
+
The quick brown fox jumps over the lazy dog.
black
-
The quick brown fox jumped over the lazy dog.
+
The quick brown fox jumps over the lazy dog.
@@ -76,7 +76,7 @@ Control the font weight of an element using the `font-{weight}` utilities. 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. ```html -

The quick brown fox jumped over the lazy dog.

+

The quick brown fox jumps over the lazy dog.

``` For more information about Tailwind's responsive design features, check out the [Responsive Design](/docs/responsive-design) documentation. diff --git a/src/pages/docs/letter-spacing.mdx b/src/pages/docs/letter-spacing.mdx index 4b0f1dbbf..f5eb7b374 100644 --- a/src/pages/docs/letter-spacing.mdx +++ b/src/pages/docs/letter-spacing.mdx @@ -22,27 +22,27 @@ Control the letter spacing of an element using the `tracking-{size}` utilities. @@ -59,7 +59,7 @@ Control the letter spacing of an element using the `tracking-{size}` utilities. 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. ```html -

The quick brown fox jumped over the lazy dog.

+

The quick brown fox jumps over the lazy dog.

``` For more information about Tailwind's responsive design features, check out the [Responsive Design](/docs/responsive-design) documentation. diff --git a/src/pages/docs/text-color.mdx b/src/pages/docs/text-color.mdx index fadf9a0c5..9f6570876 100644 --- a/src/pages/docs/text-color.mdx +++ b/src/pages/docs/text-color.mdx @@ -34,7 +34,7 @@ Control the text color of an element using the `text-{color}` utilities. ```html @@ -48,11 +48,11 @@ Control the opacity of an element's text color using the `text-opacity-{amount}` ```html diff --git a/src/pages/docs/text-decoration.mdx b/src/pages/docs/text-decoration.mdx index 8fc3be085..25c04cf7f 100644 --- a/src/pages/docs/text-decoration.mdx +++ b/src/pages/docs/text-decoration.mdx @@ -20,7 +20,7 @@ Use the `underline` utility to underline text. ```html fuchsia

The quick brown fox ...

@@ -32,7 +32,7 @@ Use the `line-through` utility to strike out text. ```html rose

The quick brown fox ...

@@ -58,7 +58,7 @@ To control the text decoration of an element at a specific breakpoint, add a `{s ```html

- The quick brown fox jumped over the lazy dog. + The quick brown fox jumps over the lazy dog.

``` diff --git a/src/pages/docs/text-opacity.mdx b/src/pages/docs/text-opacity.mdx index 37fdf7439..8a864126a 100644 --- a/src/pages/docs/text-opacity.mdx +++ b/src/pages/docs/text-opacity.mdx @@ -17,11 +17,11 @@ Control the opacity of an element's text color using the `text-opacity-{amount}` ```html diff --git a/src/pages/docs/text-transform.mdx b/src/pages/docs/text-transform.mdx index ae55fe9f3..61090d6aa 100644 --- a/src/pages/docs/text-transform.mdx +++ b/src/pages/docs/text-transform.mdx @@ -20,7 +20,7 @@ Use the `normal-case` utility to preserve the original casing. This is typically ```html emerald

The quick brown fox ...

@@ -32,7 +32,7 @@ Use the `uppercase` utility to uppercase text. ```html purple

The quick brown fox ...

@@ -44,7 +44,7 @@ Use the `lowercase` utility to lowercase text. ```html rose

The quick brown fox ...

@@ -56,7 +56,7 @@ Use the `capitalize` utility to capitalize text. ```html fuchsia

The quick brown fox ...

@@ -68,7 +68,7 @@ To control the text transformation of an element at a specific breakpoint, add a ```html

- The quick brown fox jumped over the lazy dog. + The quick brown fox jumps over the lazy dog.

``` diff --git a/src/pages/docs/vertical-align.mdx b/src/pages/docs/vertical-align.mdx index a412d23de..ff6dab5ba 100644 --- a/src/pages/docs/vertical-align.mdx +++ b/src/pages/docs/vertical-align.mdx @@ -26,7 +26,7 @@ Use `align-baseline` to align the baseline of an element with the baseline of it - The quick brown fox jumped over the lazy dog. + The quick brown fox jumps over the lazy dog. @@ -44,7 +44,7 @@ Use `align-top` to align the top of an element and its descendants with the top - The quick brown fox jumped over the lazy dog. + The quick brown fox jumps over the lazy dog. @@ -62,7 +62,7 @@ Use `align-middle` to align the middle of an element with the baseline plus half - The quick brown fox jumped over the lazy dog. + The quick brown fox jumps over the lazy dog. @@ -80,7 +80,7 @@ Use `align-bottom` to align the bottom of an element and its descendants with th - The quick brown fox jumped over the lazy dog. + The quick brown fox jumps over the lazy dog. @@ -98,7 +98,7 @@ Use `align-text-top` to align the top of an element with the top of the parent e - The quick brown fox jumped over the lazy dog. + The quick brown fox jumps over the lazy dog. @@ -116,7 +116,7 @@ Use `align-text-bottom` to align the bottom of an element with the bottom of the - The quick brown fox jumped over the lazy dog. + The quick brown fox jumps over the lazy dog.