mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Fix wording
This commit is contained in:
parent
abec784c05
commit
0bc552c243
@ -35,7 +35,7 @@ features:
|
||||
|
||||
### Responsive, Hover, and Focus Variants
|
||||
|
||||
By default, no hover, focus, or group-hover variants are generated for background attachment utilities.
|
||||
By default, only responsive variants are generated for background attachment utilities.
|
||||
|
||||
You can control which variants are generated for the background attachment utilities by modifying the `backgroundAttachment` property in the `modules` section of your Tailwind config file.
|
||||
|
||||
|
||||
@ -45,7 +45,7 @@ Hover utilities can also be combined with responsive utilities by adding the res
|
||||
|
||||
### Responsive, Hover, and Focus Variants
|
||||
|
||||
By default, no focus, or group-hover variants are generated for background color utilities.
|
||||
By default, only responsive and hover variants are generated for background color utilities.
|
||||
|
||||
You can control which variants are generated for the background color utilities by modifying the `backgroundColors` property in the `modules` section of your Tailwind config file.
|
||||
|
||||
|
||||
@ -65,7 +65,7 @@ features:
|
||||
|
||||
### Responsive, Hover, and Focus Variants
|
||||
|
||||
By default, no hover, focus, or group-hover variants are generated for background position utilities.
|
||||
By default, only responsive variants are generated for background position utilities.
|
||||
|
||||
You can control which variants are generated for the background position utilities by modifying the `backgroundPosition` property in the `modules` section of your Tailwind config file.
|
||||
|
||||
|
||||
@ -40,7 +40,7 @@ features:
|
||||
|
||||
### Responsive, Hover, and Focus Variants
|
||||
|
||||
By default, no hover, focus, or group-hover variants are generated for background repeat utilities.
|
||||
By default, only responsive variants are generated for background repeat utilities.
|
||||
|
||||
You can control which variants are generated for the background repeat utilities by modifying the `backgroundRepeat` property in the `modules` section of your Tailwind config file.
|
||||
|
||||
|
||||
@ -30,7 +30,7 @@ features:
|
||||
|
||||
### Responsive, Hover, and Focus Variants
|
||||
|
||||
By default, no hover, focus, or group-hover variants are generated for background size utilities.
|
||||
By default, only responsive variants are generated for background size utilities.
|
||||
|
||||
You can control which variants are generated for the background size utilities by modifying the `backgroundSize` property in the `modules` section of your Tailwind config file.
|
||||
|
||||
|
||||
@ -45,7 +45,7 @@ Hover utilities can also be combined with responsive utilities by adding the res
|
||||
|
||||
### Responsive, Hover, and Focus Variants
|
||||
|
||||
By default, no focus, or group-hover variants are generated for border color utilities.
|
||||
By default, only responsive and hover variants are generated for border color utilities.
|
||||
|
||||
You can control which variants are generated for the border color utilities by modifying the `borderColors` property in the `modules` section of your Tailwind config file.
|
||||
|
||||
|
||||
@ -369,7 +369,7 @@ By default Tailwind provides five border radius size utilities. You can change,
|
||||
|
||||
### Responsive, Hover, and Focus Variants
|
||||
|
||||
By default, no hover, focus, or group-hover variants are generated for border radius utilities.
|
||||
By default, only responsive variants are generated for border radius utilities.
|
||||
|
||||
You can control which variants are generated for the border radius utilities by modifying the `borderRadius` property in the `modules` section of your Tailwind config file.
|
||||
|
||||
|
||||
@ -41,7 +41,7 @@ features:
|
||||
|
||||
### Responsive, Hover, and Focus Variants
|
||||
|
||||
By default, no hover, focus, or group-hover variants are generated for border style utilities.
|
||||
By default, only responsive variants are generated for border style utilities.
|
||||
|
||||
You can control which variants are generated for the border style utilities by modifying the `borderStyle` property in the `modules` section of your Tailwind config file.
|
||||
|
||||
|
||||
@ -42,7 +42,7 @@ For example, `.border` would add a `1px` border to all sides of the element, whe
|
||||
|
||||
### Responsive, Hover, and Focus Variants
|
||||
|
||||
By default, no hover, focus, or group-hover variants are generated for border width utilities.
|
||||
By default, only responsive variants are generated for border width utilities.
|
||||
|
||||
You can control which variants are generated for the border width utilities by modifying the `borderWidths` property in the `modules` section of your Tailwind config file.
|
||||
|
||||
|
||||
@ -35,7 +35,7 @@ features:
|
||||
|
||||
### Responsive, Hover, and Focus Variants
|
||||
|
||||
By default, no hover, focus, or group-hover variants are generated for cursor utilities.
|
||||
By default, only responsive variants are generated for cursor utilities.
|
||||
|
||||
You can control which variants are generated for the cursor utilities by modifying the `cursor` property in the `modules` section of your Tailwind config file.
|
||||
|
||||
|
||||
@ -65,7 +65,7 @@ features:
|
||||
|
||||
### Responsive, Hover, and Focus Variants
|
||||
|
||||
By default, no hover, focus, or group-hover variants are generated for display utilities.
|
||||
By default, only responsive variants are generated for display utilities.
|
||||
|
||||
You can control which variants are generated for the display utilities by modifying the `display` property in the `modules` section of your Tailwind config file.
|
||||
|
||||
|
||||
@ -40,7 +40,7 @@ features:
|
||||
|
||||
### Responsive, Hover, and Focus Variants
|
||||
|
||||
By default, no hover, focus, or group-hover variants are generated for float utilities.
|
||||
By default, only responsive variants are generated for float utilities.
|
||||
|
||||
You can control which variants are generated for the float utilities by modifying the `float` property in the `modules` section of your Tailwind config file.
|
||||
|
||||
|
||||
@ -65,7 +65,7 @@ features:
|
||||
|
||||
### Responsive, Hover, and Focus Variants
|
||||
|
||||
By default, no focus, or group-hover variants are generated for font weight utilities.
|
||||
By default, only responsive and hover variants are generated for font weight utilities.
|
||||
|
||||
You can control which variants are generated for the font weight utilities by modifying the `fontWeights` property in the `modules` section of your Tailwind config file.
|
||||
|
||||
|
||||
@ -35,7 +35,7 @@ features:
|
||||
|
||||
### Responsive, Hover, and Focus Variants
|
||||
|
||||
By default, no hover, focus, or group-hover variants are generated for font utilities.
|
||||
By default, only responsive variants are generated for font utilities.
|
||||
|
||||
You can control which variants are generated for the font utilities by modifying the `fonts` property in the `modules` section of your Tailwind config file.
|
||||
|
||||
|
||||
@ -42,7 +42,7 @@ Form controls are great candidates for component classes, but just for fun, here
|
||||
|
||||
### Responsive, Hover, and Focus Variants
|
||||
|
||||
By default, no hover, focus, or group-hover variants are generated for form control appearance utilities.
|
||||
By default, only responsive variants are generated for form control appearance utilities.
|
||||
|
||||
You can control which variants are generated for form control appearance utilities by modifying the `appearance` property in the `modules` section of your Tailwind config file.
|
||||
|
||||
|
||||
@ -106,7 +106,7 @@ features:
|
||||
|
||||
### Responsive, Hover, and Focus Variants
|
||||
|
||||
By default, no hover, focus, or group-hover variants are generated for height utilities.
|
||||
By default, only responsive variants are generated for height utilities.
|
||||
|
||||
You can control which variants are generated for the height utilities by modifying the `height` property in the `modules` section of your Tailwind config file.
|
||||
|
||||
|
||||
@ -35,7 +35,7 @@ features:
|
||||
|
||||
### Responsive, Hover, and Focus Variants
|
||||
|
||||
By default, no hover, focus, or group-hover variants are generated for tracking utilities.
|
||||
By default, only responsive variants are generated for tracking utilities.
|
||||
|
||||
You can control which variants are generated for the tracking utilities by modifying the `tracking` property in the `modules` section of your Tailwind config file.
|
||||
|
||||
|
||||
@ -40,7 +40,7 @@ features:
|
||||
|
||||
### Responsive, Hover, and Focus Variants
|
||||
|
||||
By default, no hover, focus, or group-hover variants are generated for leading utilities.
|
||||
By default, only responsive variants are generated for leading utilities.
|
||||
|
||||
You can control which variants are generated for the leading utilities by modifying the `leading` property in the `modules` section of your Tailwind config file.
|
||||
|
||||
|
||||
@ -25,7 +25,7 @@ features:
|
||||
|
||||
### Responsive, Hover, and Focus Variants
|
||||
|
||||
By default, no hover, focus, or group-hover variants are generated for list utilities.
|
||||
By default, only responsive variants are generated for list utilities.
|
||||
|
||||
You can control which variants are generated for the list utilities by modifying the `lists` property in the `modules` section of your Tailwind config file.
|
||||
|
||||
|
||||
@ -31,7 +31,7 @@ features:
|
||||
|
||||
### Responsive, Hover, and Focus Variants
|
||||
|
||||
By default, no hover, focus, or group-hover variants are generated for max height utilities.
|
||||
By default, only responsive variants are generated for max height utilities.
|
||||
|
||||
You can control which variants are generated for the max height utilities by modifying the `maxHeight` property in the `modules` section of your Tailwind config file.
|
||||
|
||||
|
||||
@ -71,7 +71,7 @@ features:
|
||||
|
||||
### Responsive, Hover, and Focus Variants
|
||||
|
||||
By default, no hover, focus, or group-hover variants are generated for max width utilities.
|
||||
By default, only responsive variants are generated for max width utilities.
|
||||
|
||||
You can control which variants are generated for the max width utilities by modifying the `maxWidth` property in the `modules` section of your Tailwind config file.
|
||||
|
||||
|
||||
@ -36,7 +36,7 @@ features:
|
||||
|
||||
### Responsive, Hover, and Focus Variants
|
||||
|
||||
By default, no hover, focus, or group-hover variants are generated for min height utilities.
|
||||
By default, only responsive variants are generated for min height utilities.
|
||||
|
||||
You can control which variants are generated for the min height utilities by modifying the `minHeight` property in the `modules` section of your Tailwind config file.
|
||||
|
||||
|
||||
@ -31,7 +31,7 @@ features:
|
||||
|
||||
### Responsive, Hover, and Focus Variants
|
||||
|
||||
By default, no hover, focus, or group-hover variants are generated for min width utilities.
|
||||
By default, only responsive variants are generated for min width utilities.
|
||||
|
||||
You can control which variants are generated for the min width utilities by modifying the `minWidth` property in the `modules` section of your Tailwind config file.
|
||||
|
||||
|
||||
@ -116,7 +116,7 @@ By default Tailwind provides five opacity utilities based on a simple numeric sc
|
||||
|
||||
### Responsive, Hover, and Focus Variants
|
||||
|
||||
By default, no hover, focus, or group-hover variants are generated for opacity utilities.
|
||||
By default, only responsive variants are generated for opacity utilities.
|
||||
|
||||
You can control which variants are generated for the opacity utilities by modifying the `opacity` property in the `modules` section of your Tailwind config file.
|
||||
|
||||
|
||||
@ -224,7 +224,7 @@ For more information about Tailwind's responsive design features, check out the
|
||||
|
||||
### Responsive, Hover, and Focus Variants
|
||||
|
||||
By default, no hover, focus, or group-hover variants are generated for overflow utilities.
|
||||
By default, only responsive variants are generated for overflow utilities.
|
||||
|
||||
You can control which variants are generated for the overflow utilities by modifying the `overflow` property in the `modules` section of your Tailwind config file.
|
||||
|
||||
|
||||
@ -30,7 +30,7 @@ features:
|
||||
|
||||
### Responsive, Hover, and Focus Variants
|
||||
|
||||
By default, no hover, focus, or group-hover variants are generated for pointer event utilities.
|
||||
By default, only responsive variants are generated for pointer event utilities.
|
||||
|
||||
You can control which variants are generated for the pointer event utilities by modifying the `pointerEvents` property in the `modules` section of your Tailwind config file.
|
||||
|
||||
|
||||
@ -409,7 +409,7 @@ For more information about Tailwind's responsive design features, check out the
|
||||
|
||||
### Responsive, Hover, and Focus Variants
|
||||
|
||||
By default, no hover, focus, or group-hover variants are generated for positioning utilities.
|
||||
By default, only responsive variants are generated for positioning utilities.
|
||||
|
||||
You can control which variants are generated for the positioning utilities by modifying the `position` property in the `modules` section of your Tailwind config file.
|
||||
|
||||
|
||||
@ -41,7 +41,7 @@ features:
|
||||
|
||||
### Responsive, Hover, and Focus Variants
|
||||
|
||||
By default, no hover, focus, or group-hover variants are generated for resizing utilities.
|
||||
By default, only responsive variants are generated for resizing utilities.
|
||||
|
||||
You can control which variants are generated for the resizing utilities by modifying the `resize` property in the `modules` section of your Tailwind config file.
|
||||
|
||||
|
||||
@ -138,7 +138,7 @@ If a `default` shadow is provided, it will be used for the non-suffixed `.shadow
|
||||
|
||||
### Responsive, Hover, and Focus Variants
|
||||
|
||||
By default, no hover, focus, or group-hover variants are generated for shadow utilities.
|
||||
By default, only responsive variants are generated for shadow utilities.
|
||||
|
||||
You can control which variants are generated for the shadow utilities by modifying the `shadows` property in the `modules` section of your Tailwind config file.
|
||||
|
||||
|
||||
@ -50,7 +50,7 @@ For example, `.pt-2` would add `.5rem` of padding to the top of the element, `.m
|
||||
|
||||
### Responsive, Hover, and Focus Variants
|
||||
|
||||
By default, no hover, focus, or group-hover variants are generated for margin, negative margin and padding utilities.
|
||||
By default, only responsive variants are generated for margin, negative margin and padding utilities.
|
||||
|
||||
You can control which variants are generated for the list utilities by modifying the `margin`, `negativeMargin` and `padding` property in the `modules` section of your Tailwind config file.
|
||||
|
||||
|
||||
@ -40,7 +40,7 @@ features:
|
||||
|
||||
### Responsive, Hover, and Focus Variants
|
||||
|
||||
By default, no hover, focus, or group-hover variants are generated for text align utilities.
|
||||
By default, only responsive variants are generated for text align utilities.
|
||||
|
||||
You can control which variants are generated for the text align utilities by modifying the `textAlign` property in the `modules` section of your Tailwind config file.
|
||||
|
||||
|
||||
@ -45,7 +45,7 @@ Hover utilities can also be combined with responsive utilities by adding the res
|
||||
|
||||
### Responsive, Hover, and Focus Variants
|
||||
|
||||
By default, no focus, or group-hover variants are generated for text color utilities.
|
||||
By default, only responsive and hover variants are generated for text color utilities.
|
||||
|
||||
You can control which variants are generated for the text color utilities by modifying the `textColors` property in the `modules` section of your Tailwind config file.
|
||||
|
||||
|
||||
@ -65,7 +65,7 @@ features:
|
||||
|
||||
### Responsive, Hover, and Focus Variants
|
||||
|
||||
By default, no hover, focus, or group-hover variants are generated for text size utilities.
|
||||
By default, only responsive variants are generated for text size utilities.
|
||||
|
||||
You can control which variants are generated for the text size utilities by modifying the `textSizes` property in the `modules` section of your Tailwind config file.
|
||||
|
||||
|
||||
@ -89,7 +89,7 @@ Hover utilities can also be combined with responsive utilities by adding the res
|
||||
|
||||
### Responsive, Hover, and Focus Variants
|
||||
|
||||
By default, no focus, or group-hover variants are generated for text style utilities.
|
||||
By default, only responsive and hover variants are generated for text style utilities.
|
||||
|
||||
You can control which variants are generated for the text style utilities by modifying the `textStyle` property in the `modules` section of your Tailwind config file.
|
||||
|
||||
|
||||
@ -30,7 +30,7 @@ features:
|
||||
|
||||
### Responsive, Hover, and Focus Variants
|
||||
|
||||
By default, no hover, focus, or group-hover variants are generated for user select utilities.
|
||||
By default, only responsive variants are generated for user select utilities.
|
||||
|
||||
You can control which variants are generated for the user select utilities by modifying the `userSelect` property in the `modules` section of your Tailwind config file.
|
||||
|
||||
|
||||
@ -50,7 +50,7 @@ features:
|
||||
|
||||
### Responsive, Hover, and Focus Variants
|
||||
|
||||
By default, no hover, focus, or group-hover variants are generated for vertical alignment utilities.
|
||||
By default, only responsive variants are generated for vertical alignment utilities.
|
||||
|
||||
You can control which variants are generated for the vertical alignment utilities by modifying the `verticalAlign` property in the `modules` section of your Tailwind config file.
|
||||
|
||||
|
||||
@ -81,7 +81,7 @@ For more information about Tailwind's responsive design features, check out the
|
||||
|
||||
### Responsive, Hover, and Focus Variants
|
||||
|
||||
By default, no hover, focus, or group-hover variants are generated for visibility utilities.
|
||||
By default, only responsive variants are generated for visibility utilities.
|
||||
|
||||
You can control which variants are generated for the visibility utilities by modifying the `visibility` property in the `modules` section of your Tailwind config file.
|
||||
|
||||
|
||||
@ -60,7 +60,7 @@ features:
|
||||
|
||||
### Responsive, Hover, and Focus Variants
|
||||
|
||||
By default, no hover, focus, or group-hover variants are generated for whitespace & wrapping utilities.
|
||||
By default, only responsive variants are generated for whitespace & wrapping utilities.
|
||||
|
||||
You can control which variants are generated for the whitespace & wrapping utilities by modifying the `whitespace` property in the `modules` section of your Tailwind config file.
|
||||
|
||||
|
||||
@ -161,7 +161,7 @@ features:
|
||||
|
||||
### Responsive, Hover, and Focus Variants
|
||||
|
||||
By default, no hover, focus, or group-hover variants are generated for width utilities.
|
||||
By default, only responsive variants are generated for width utilities.
|
||||
|
||||
You can control which variants are generated for the width utilities by modifying the `width` property in the `modules` section of your Tailwind config file.
|
||||
|
||||
|
||||
@ -157,7 +157,7 @@ By default Tailwind provides six numeric `z-index` utilities and an `auto` utili
|
||||
|
||||
### Responsive, Hover, and Focus Variants
|
||||
|
||||
By default, no hover, focus, or group-hover variants are generated for z-index utilities.
|
||||
By default, only responsive variants are generated for z-index utilities.
|
||||
|
||||
You can control which variants are generated for the z-index utilities by modifying the `zIndex` property in the `modules` section of your Tailwind config file.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user