Skip to content

Commit 61a8dc3

Browse files
authored
Merge pull request #29 from pedroborges/add-screen-class-name-sample
Use "screen" instead of "breakpoint"
2 parents 718edef + 536782f commit 61a8dc3

16 files changed

+16
-16
lines changed

docs/source/docs/border-radius.blade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ Use the `.rounded-t`, `.rounded-r`, `.rounded-b`, or `.rounded-l` utilities to o
152152

153153
## Responsive
154154

155-
To control the border radius of an element at a specific breakpoint, add a `{breakpoint}:` prefix to any existing border radius utility. For example, use `md:rounded-lg` to apply the `rounded-lg` utility at only medium screen sizes and above.
155+
To control the border radius of an element at a specific breakpoint, add a `{screen}:` prefix to any existing border radius utility. For example, use `md:rounded-lg` to apply the `rounded-lg` utility at only medium screen sizes and above.
156156

157157
For more information about Tailwind's responsive design features, check out the [Responsive Design](/workflow/responsive-design) documentation.
158158

docs/source/docs/flexbox-align-content.blade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ Use `.content-around` to distribute lines in a flex container such that there is
183183

184184
## Responsive
185185

186-
To control the alignment of flex content at a specific breakpoint, add a `{breakpoint}:` prefix to any existing utility class. For example, use `md:content-around` to apply the `content-around` utility at only medium screen sizes and above.
186+
To control the alignment of flex content at a specific breakpoint, add a `{screen}:` prefix to any existing utility class. For example, use `md:content-around` to apply the `content-around` utility at only medium screen sizes and above.
187187

188188
For more information about Tailwind's responsive design features, check out the [Responsive Design](/docs/responsive-design) documentation.
189189

docs/source/docs/flexbox-align-items.blade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Use `.items-baseline` to align items along the flex container's cross axis such
123123

124124
## Responsive
125125

126-
To control the alignment of flex items at a specific breakpoint, add a `{breakpoint}:` prefix to any existing utility class. For example, use `md:items-center` to apply the `items-center` utility at only medium screen sizes and above.
126+
To control the alignment of flex items at a specific breakpoint, add a `{screen}:` prefix to any existing utility class. For example, use `md:items-center` to apply the `items-center` utility at only medium screen sizes and above.
127127

128128
For more information about Tailwind's responsive design features, check out the [Responsive Design](/docs/responsive-design) documentation.
129129

docs/source/docs/flexbox-align-self.blade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Use `.self-stretch` to stretch an item to fill the flex container's cross axis,
117117

118118
## Responsive
119119

120-
To control the alignment of a flex item at a specific breakpoint, add a `{breakpoint}:` prefix to any existing utility class. For example, use `md:self-end` to apply the `self-end` utility at only medium screen sizes and above.
120+
To control the alignment of a flex item at a specific breakpoint, add a `{screen}:` prefix to any existing utility class. For example, use `md:self-end` to apply the `self-end` utility at only medium screen sizes and above.
121121

122122
For more information about Tailwind's responsive design features, check out the [Responsive Design](/docs/responsive-design) documentation.
123123

docs/source/docs/flexbox-direction.blade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Use `.flex-col-reverse` to position flex items vertically in the opposite direct
100100

101101
## Responsive
102102

103-
To apply a flex direction utility only at a specific breakpoint, add a `{breakpoint}:` prefix to the existing class name. For example, adding the class `md:flex-row` to an element would apply the `flex-row` utility at medium screen sizes and above.
103+
To apply a flex direction utility only at a specific breakpoint, add a `{screen}:` prefix to the existing class name. For example, adding the class `md:flex-row` to an element would apply the `flex-row` utility at medium screen sizes and above.
104104

105105
For more information about Tailwind's responsive design features, check out the [Responsive Design](/docs/responsive-design) documentation.
106106

docs/source/docs/flexbox-display.blade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Use `.inline-flex` to create an inline flex container:
6666

6767
## Responsive
6868

69-
To control the display property of an element at a specific breakpoint, add a `{breakpoint}:` prefix to any existing display utility class. For example, use `md:inline-flex` to apply the `inline-flex` utility at only medium screen sizes and above.
69+
To control the display property of an element at a specific breakpoint, add a `{screen}:` prefix to any existing display utility class. For example, use `md:inline-flex` to apply the `inline-flex` utility at only medium screen sizes and above.
7070

7171
For more information about Tailwind's responsive design features, check out the [Responsive Design](/docs/responsive-design) documentation.
7272

docs/source/docs/flexbox-flex-grow-shrink.blade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ Use `.flex-no-shrink` to prevent a flex item from shrinking:
304304

305305
## Responsive
306306

307-
To control how a flex item grows or shrinks at a specific breakpoint, add a `{breakpoint}:` prefix to any existing utility class. For example, use `md:flex-no-shrink` to apply the `flex-no-shrink` utility at only medium screen sizes and above.
307+
To control how a flex item grows or shrinks at a specific breakpoint, add a `{screen}:` prefix to any existing utility class. For example, use `md:flex-no-shrink` to apply the `flex-no-shrink` utility at only medium screen sizes and above.
308308

309309
For more information about Tailwind's responsive design features, check out the [Responsive Design](/docs/responsive-design) documentation.
310310

docs/source/docs/flexbox-justify-content.blade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Use `.justify-around` to justify items along the flex container's main axis such
123123

124124
## Responsive
125125

126-
To justify flex items at a specific breakpoint, add a `{breakpoint}:` prefix to any existing utility class. For example, use `md:justify-between` to apply the `justify-between` utility at only medium screen sizes and above.
126+
To justify flex items at a specific breakpoint, add a `{screen}:` prefix to any existing utility class. For example, use `md:justify-between` to apply the `justify-between` utility at only medium screen sizes and above.
127127

128128
For more information about Tailwind's responsive design features, check out the [Responsive Design](/docs/responsive-design) documentation.
129129

docs/source/docs/flexbox-wrapping.blade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Use `.flex-wrap-reverse` to wrap flex items in the reverse direction:
101101

102102
## Responsive
103103

104-
To control how flex items wrap at a specific breakpoint, add a `{breakpoint}:` prefix to any existing utility class. For example, use `md:flex-wrap-reverse` to apply the `flex-wrap-reverse` utility at only medium screen sizes and above.
104+
To control how flex items wrap at a specific breakpoint, add a `{screen}:` prefix to any existing utility class. For example, use `md:flex-wrap-reverse` to apply the `flex-wrap-reverse` utility at only medium screen sizes and above.
105105

106106
For more information about Tailwind's responsive design features, check out the [Responsive Design](/docs/responsive-design) documentation.
107107

docs/source/docs/opacity.blade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ title: "Opacity"
7272

7373
## Responsive
7474

75-
To control the opacity of an element at a specific breakpoint, add a `{breakpoint}:` prefix to any existing opacity utility. For example, use `md:opacity-50` to apply the `opacity-50` utility at only medium screen sizes and above.
75+
To control the opacity of an element at a specific breakpoint, add a `{screen}:` prefix to any existing opacity utility. For example, use `md:opacity-50` to apply the `opacity-50` utility at only medium screen sizes and above.
7676

7777
For more information about Tailwind's responsive design features, check out the [Responsive Design](/workflow/responsive-design) documentation.
7878

0 commit comments

Comments
 (0)