diff --git a/docs/source/docs/background-attachment.blade.md b/docs/source/docs/background-attachment.blade.md index e80e27bd3..45a6deeaa 100644 --- a/docs/source/docs/background-attachment.blade.md +++ b/docs/source/docs/background-attachment.blade.md @@ -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. diff --git a/docs/source/docs/background-color.blade.md b/docs/source/docs/background-color.blade.md index 91c9cd7a7..34cc52414 100644 --- a/docs/source/docs/background-color.blade.md +++ b/docs/source/docs/background-color.blade.md @@ -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. diff --git a/docs/source/docs/background-position.blade.md b/docs/source/docs/background-position.blade.md index 96b3cd451..fc61497ae 100644 --- a/docs/source/docs/background-position.blade.md +++ b/docs/source/docs/background-position.blade.md @@ -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. diff --git a/docs/source/docs/background-repeat.blade.md b/docs/source/docs/background-repeat.blade.md index 95b22290d..c69ead8b2 100644 --- a/docs/source/docs/background-repeat.blade.md +++ b/docs/source/docs/background-repeat.blade.md @@ -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. diff --git a/docs/source/docs/background-size.blade.md b/docs/source/docs/background-size.blade.md index 7d96ea2fb..29dc39269 100644 --- a/docs/source/docs/background-size.blade.md +++ b/docs/source/docs/background-size.blade.md @@ -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. diff --git a/docs/source/docs/border-color.blade.md b/docs/source/docs/border-color.blade.md index 6426f50fa..9333b8ff7 100644 --- a/docs/source/docs/border-color.blade.md +++ b/docs/source/docs/border-color.blade.md @@ -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. diff --git a/docs/source/docs/border-radius.blade.md b/docs/source/docs/border-radius.blade.md index 87f08a680..14c0413cd 100644 --- a/docs/source/docs/border-radius.blade.md +++ b/docs/source/docs/border-radius.blade.md @@ -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. diff --git a/docs/source/docs/border-style.blade.md b/docs/source/docs/border-style.blade.md index d62b7542e..7397f0ba0 100644 --- a/docs/source/docs/border-style.blade.md +++ b/docs/source/docs/border-style.blade.md @@ -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. diff --git a/docs/source/docs/border-width.blade.md b/docs/source/docs/border-width.blade.md index 3d0a0b749..eff21433a 100644 --- a/docs/source/docs/border-width.blade.md +++ b/docs/source/docs/border-width.blade.md @@ -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. diff --git a/docs/source/docs/cursor.blade.md b/docs/source/docs/cursor.blade.md index bc33f4d89..54f8a2833 100644 --- a/docs/source/docs/cursor.blade.md +++ b/docs/source/docs/cursor.blade.md @@ -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. diff --git a/docs/source/docs/display.blade.md b/docs/source/docs/display.blade.md index a74c4b35d..f23e9cea5 100644 --- a/docs/source/docs/display.blade.md +++ b/docs/source/docs/display.blade.md @@ -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. diff --git a/docs/source/docs/floats.blade.md b/docs/source/docs/floats.blade.md index d5b443774..59c41d5d5 100644 --- a/docs/source/docs/floats.blade.md +++ b/docs/source/docs/floats.blade.md @@ -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. diff --git a/docs/source/docs/font-weight.blade.md b/docs/source/docs/font-weight.blade.md index 51b2a72e0..e2edbf2d8 100644 --- a/docs/source/docs/font-weight.blade.md +++ b/docs/source/docs/font-weight.blade.md @@ -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. diff --git a/docs/source/docs/fonts.blade.md b/docs/source/docs/fonts.blade.md index 2b6f7373d..20c9bed63 100644 --- a/docs/source/docs/fonts.blade.md +++ b/docs/source/docs/fonts.blade.md @@ -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. diff --git a/docs/source/docs/forms.blade.md b/docs/source/docs/forms.blade.md index aa4d8a8e6..e4f9e54a7 100644 --- a/docs/source/docs/forms.blade.md +++ b/docs/source/docs/forms.blade.md @@ -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. diff --git a/docs/source/docs/height.blade.md b/docs/source/docs/height.blade.md index 0f08470fa..fe07b4310 100644 --- a/docs/source/docs/height.blade.md +++ b/docs/source/docs/height.blade.md @@ -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. diff --git a/docs/source/docs/letter-spacing.blade.md b/docs/source/docs/letter-spacing.blade.md index a15d6c8fd..295b75ec1 100644 --- a/docs/source/docs/letter-spacing.blade.md +++ b/docs/source/docs/letter-spacing.blade.md @@ -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. diff --git a/docs/source/docs/line-height.blade.md b/docs/source/docs/line-height.blade.md index e6e2acf89..082e4c379 100644 --- a/docs/source/docs/line-height.blade.md +++ b/docs/source/docs/line-height.blade.md @@ -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. diff --git a/docs/source/docs/lists.blade.md b/docs/source/docs/lists.blade.md index 18079cd24..b757ff902 100644 --- a/docs/source/docs/lists.blade.md +++ b/docs/source/docs/lists.blade.md @@ -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. diff --git a/docs/source/docs/max-height.blade.md b/docs/source/docs/max-height.blade.md index df91bfe1e..3456181f1 100644 --- a/docs/source/docs/max-height.blade.md +++ b/docs/source/docs/max-height.blade.md @@ -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. diff --git a/docs/source/docs/max-width.blade.md b/docs/source/docs/max-width.blade.md index a0003e5be..48cccbbb9 100644 --- a/docs/source/docs/max-width.blade.md +++ b/docs/source/docs/max-width.blade.md @@ -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. diff --git a/docs/source/docs/min-height.blade.md b/docs/source/docs/min-height.blade.md index 81f5c5e61..bdff1bfb4 100644 --- a/docs/source/docs/min-height.blade.md +++ b/docs/source/docs/min-height.blade.md @@ -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. diff --git a/docs/source/docs/min-width.blade.md b/docs/source/docs/min-width.blade.md index 6646fb1c9..0a87fc6c2 100644 --- a/docs/source/docs/min-width.blade.md +++ b/docs/source/docs/min-width.blade.md @@ -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. diff --git a/docs/source/docs/opacity.blade.md b/docs/source/docs/opacity.blade.md index 4e0f8bb98..4b5b75cb4 100644 --- a/docs/source/docs/opacity.blade.md +++ b/docs/source/docs/opacity.blade.md @@ -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. diff --git a/docs/source/docs/overflow.blade.md b/docs/source/docs/overflow.blade.md index 0353abc5f..4f803d0ee 100644 --- a/docs/source/docs/overflow.blade.md +++ b/docs/source/docs/overflow.blade.md @@ -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. diff --git a/docs/source/docs/pointer-events.blade.md b/docs/source/docs/pointer-events.blade.md index 74a64feb9..db33f6e28 100644 --- a/docs/source/docs/pointer-events.blade.md +++ b/docs/source/docs/pointer-events.blade.md @@ -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. diff --git a/docs/source/docs/positioning.blade.md b/docs/source/docs/positioning.blade.md index 5aacc9ff6..bd8fbd007 100644 --- a/docs/source/docs/positioning.blade.md +++ b/docs/source/docs/positioning.blade.md @@ -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. diff --git a/docs/source/docs/resize.blade.md b/docs/source/docs/resize.blade.md index 870723113..70e78d3f4 100644 --- a/docs/source/docs/resize.blade.md +++ b/docs/source/docs/resize.blade.md @@ -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. diff --git a/docs/source/docs/shadows.blade.md b/docs/source/docs/shadows.blade.md index 59902f869..2ac47aa00 100644 --- a/docs/source/docs/shadows.blade.md +++ b/docs/source/docs/shadows.blade.md @@ -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. diff --git a/docs/source/docs/spacing.blade.md b/docs/source/docs/spacing.blade.md index fcbb7f3be..45bd7123e 100644 --- a/docs/source/docs/spacing.blade.md +++ b/docs/source/docs/spacing.blade.md @@ -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. diff --git a/docs/source/docs/text-alignment.blade.md b/docs/source/docs/text-alignment.blade.md index b9529a4f5..6afda5845 100644 --- a/docs/source/docs/text-alignment.blade.md +++ b/docs/source/docs/text-alignment.blade.md @@ -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. diff --git a/docs/source/docs/text-color.blade.md b/docs/source/docs/text-color.blade.md index 3be92e5f8..69efd3823 100644 --- a/docs/source/docs/text-color.blade.md +++ b/docs/source/docs/text-color.blade.md @@ -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. diff --git a/docs/source/docs/text-sizing.blade.md b/docs/source/docs/text-sizing.blade.md index 7276c4370..6b788b9a2 100644 --- a/docs/source/docs/text-sizing.blade.md +++ b/docs/source/docs/text-sizing.blade.md @@ -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. diff --git a/docs/source/docs/text-style.blade.md b/docs/source/docs/text-style.blade.md index 5292a7536..d0dfb5d19 100644 --- a/docs/source/docs/text-style.blade.md +++ b/docs/source/docs/text-style.blade.md @@ -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. diff --git a/docs/source/docs/user-select.blade.md b/docs/source/docs/user-select.blade.md index aabd39534..df4d1cd7d 100644 --- a/docs/source/docs/user-select.blade.md +++ b/docs/source/docs/user-select.blade.md @@ -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. diff --git a/docs/source/docs/vertical-alignment.blade.md b/docs/source/docs/vertical-alignment.blade.md index dc5c85039..b75267864 100644 --- a/docs/source/docs/vertical-alignment.blade.md +++ b/docs/source/docs/vertical-alignment.blade.md @@ -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. diff --git a/docs/source/docs/visibility.blade.md b/docs/source/docs/visibility.blade.md index 6c412bb79..69ec02f15 100644 --- a/docs/source/docs/visibility.blade.md +++ b/docs/source/docs/visibility.blade.md @@ -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. diff --git a/docs/source/docs/whitespace-and-wrapping.blade.md b/docs/source/docs/whitespace-and-wrapping.blade.md index 930455a83..d62c157d7 100644 --- a/docs/source/docs/whitespace-and-wrapping.blade.md +++ b/docs/source/docs/whitespace-and-wrapping.blade.md @@ -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. diff --git a/docs/source/docs/width.blade.md b/docs/source/docs/width.blade.md index e117b4e29..51105dd9b 100644 --- a/docs/source/docs/width.blade.md +++ b/docs/source/docs/width.blade.md @@ -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. diff --git a/docs/source/docs/z-index.blade.md b/docs/source/docs/z-index.blade.md index 6d111a808..66a340e11 100644 --- a/docs/source/docs/z-index.blade.md +++ b/docs/source/docs/z-index.blade.md @@ -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.