diff --git a/docs/source/docs/adding-new-utilities.blade.md b/docs/source/docs/adding-new-utilities.blade.md index ea477be47e8c..adec78ccd283 100644 --- a/docs/source/docs/adding-new-utilities.blade.md +++ b/docs/source/docs/adding-new-utilities.blade.md @@ -1,10 +1,9 @@ --- extends: _layouts.documentation title: "Adding New Utilities" +description: null --- -# Adding New Utilities - Although Tailwind provides a pretty comprehensive set of utility classes out of the box, you're inevitably going to run into situations where you need to add a few of your own. Deciding on the best way to extend a framework can be paralyzing, so here's some best practices and tools to help you add your own utilities "the Tailwind way." diff --git a/docs/source/docs/background-color.blade.md b/docs/source/docs/background-color.blade.md index 45ad4cb2ebac..6f4ba1444847 100644 --- a/docs/source/docs/background-color.blade.md +++ b/docs/source/docs/background-color.blade.md @@ -1,14 +1,9 @@ --- extends: _layouts.documentation -title: "Backgrounds" +title: "Background Color" +description: "Utilities for controlling an element's background color." --- -# Background Color - -
- Utilities for controlling an element's background color. -
- @include('_partials.feature-badges', [ 'responsive' => true, 'customizable' => true, diff --git a/docs/source/docs/background-position.blade.md b/docs/source/docs/background-position.blade.md index c2ee40acba1b..3f0255b5f74f 100644 --- a/docs/source/docs/background-position.blade.md +++ b/docs/source/docs/background-position.blade.md @@ -1,14 +1,9 @@ --- extends: _layouts.documentation title: "Background Position" +description: "Utilities for controlling the position of an element's background image." --- -# Background Position - -
- Utilities for controlling the position of an element's background image. -
- @include('_partials.feature-badges', [ 'responsive' => true, 'customizable' => false, diff --git a/docs/source/docs/background-size.blade.md b/docs/source/docs/background-size.blade.md index bbf65bcc6fb9..87f36146aaeb 100644 --- a/docs/source/docs/background-size.blade.md +++ b/docs/source/docs/background-size.blade.md @@ -1,14 +1,9 @@ --- extends: _layouts.documentation title: "Background Size" +description: "Utilities for controlling the background size of an element's background image." --- -# Background Size - -
- Utilities for controlling the background size of an element's background image. -
- @include('_partials.feature-badges', [ 'responsive' => true, 'customizable' => false, diff --git a/docs/source/docs/border-color.blade.md b/docs/source/docs/border-color.blade.md index cadd9fd2ebdd..13e3825fe9d2 100644 --- a/docs/source/docs/border-color.blade.md +++ b/docs/source/docs/border-color.blade.md @@ -1,14 +1,9 @@ --- extends: _layouts.documentation title: "Border Color" +description: "Utilities for controlling the color of an element's borders." --- -# Border Color - -
- Utilities for controlling the color of an element's borders. -
- @include('_partials.feature-badges', [ 'responsive' => true, 'customizable' => true, diff --git a/docs/source/docs/border-radius.blade.md b/docs/source/docs/border-radius.blade.md index ae5cef3dc568..bb7410eea62f 100644 --- a/docs/source/docs/border-radius.blade.md +++ b/docs/source/docs/border-radius.blade.md @@ -1,14 +1,9 @@ --- extends: _layouts.documentation title: "Border Radius" +description: "Utilities for controlling the border radius of an element." --- -# Border Radius - -
- Utilities for controlling the border radius of an element. -
- @include('_partials.feature-badges', [ 'responsive' => true, 'customizable' => true, diff --git a/docs/source/docs/border-style.blade.md b/docs/source/docs/border-style.blade.md index ce05d929a125..522a4d752e2d 100644 --- a/docs/source/docs/border-style.blade.md +++ b/docs/source/docs/border-style.blade.md @@ -1,14 +1,9 @@ --- extends: _layouts.documentation title: "Border Style" +description: "Utilities for controlling the style of an element's borders." --- -# Border Style - -
- Utilities for controlling the style of an element's borders. -
- @include('_partials.feature-badges', [ 'responsive' => true, 'customizable' => false, diff --git a/docs/source/docs/border-width.blade.md b/docs/source/docs/border-width.blade.md index da33dce643f9..e4da829206b8 100644 --- a/docs/source/docs/border-width.blade.md +++ b/docs/source/docs/border-width.blade.md @@ -1,14 +1,9 @@ --- extends: _layouts.documentation title: "Border Width" +description: "Utilities for controlling the width an element's borders." --- -# Border Width - -
- Utilities for controlling the width an element's borders. -
- @include('_partials.feature-badges', [ 'responsive' => true, 'customizable' => true, diff --git a/docs/source/docs/colors.blade.md b/docs/source/docs/colors.blade.md index 14a94fbc238e..8f025c820e17 100644 --- a/docs/source/docs/colors.blade.md +++ b/docs/source/docs/colors.blade.md @@ -1,10 +1,9 @@ --- extends: _layouts.documentation title: "Colors" +description: null --- -# Colors - Developing an organized, consistent and beautiful color palette is critical to the design success of a project. Tailwind provides a fantastic color system that makes this very easy to accomplish. ## Default color palette diff --git a/docs/source/docs/configuration.blade.md b/docs/source/docs/configuration.blade.md index 1906fe38a610..0b5e67881f88 100644 --- a/docs/source/docs/configuration.blade.md +++ b/docs/source/docs/configuration.blade.md @@ -1,10 +1,9 @@ --- extends: _layouts.documentation title: "Configuration" +description: null --- -# Configuration - Tailwind's defining feature is its ability to be customized. We understand that no two projects are the same, so why should the CSS framework you use be? Tailwind provides developers with a helpful set of front-end conventions, while still leaving room for adjustments where appropriate. This is all done using the Tailwind config file. ## Introducing the Tailwind config diff --git a/docs/source/docs/container.blade.md b/docs/source/docs/container.blade.md index 72a8c1ab5c1b..a26d99ee242c 100644 --- a/docs/source/docs/container.blade.md +++ b/docs/source/docs/container.blade.md @@ -1,14 +1,9 @@ --- extends: _layouts.documentation title: "Container" +description: "A component for fixing an element's width to the current breakpoint." --- -# Container - -
- A component for fixing an element's width to the current breakpoint. -
- @include('_partials.work-in-progress')
diff --git a/docs/source/docs/cursor.blade.md b/docs/source/docs/cursor.blade.md index 8fa2a639d73d..cbb097220ba9 100644 --- a/docs/source/docs/cursor.blade.md +++ b/docs/source/docs/cursor.blade.md @@ -1,14 +1,9 @@ --- extends: _layouts.documentation title: "Cursor" +description: "Utilities for controlling the cursor style when hovering over an element." --- -# Cursor - -
- Utilities for controlling the cursor style when hovering over an element. -
- @include('_partials.feature-badges', [ 'responsive' => true, 'customizable' => false, diff --git a/docs/source/docs/display.blade.md b/docs/source/docs/display.blade.md index 76cd498523e3..99bf1449eed6 100644 --- a/docs/source/docs/display.blade.md +++ b/docs/source/docs/display.blade.md @@ -1,14 +1,9 @@ --- extends: _layouts.documentation title: "Display" +description: "Utilities for controlling the display box type of an element." --- -# Display - -
- Utilities for controlling the display box type of an element. -
- @include('_partials.feature-badges', [ 'responsive' => true, 'customizable' => false, diff --git a/docs/source/docs/examples/alerts.blade.md b/docs/source/docs/examples/alerts.blade.md index 8b8461e059dc..545fed73bb2e 100644 --- a/docs/source/docs/examples/alerts.blade.md +++ b/docs/source/docs/examples/alerts.blade.md @@ -1,23 +1,10 @@ --- extends: _layouts.documentation title: "Alerts" +description: null --- -# Alerts - -
-
-
-
- -
-
-

Work in progress!

-

More detailed documentation is coming soon, but in the meantime here's a bunch of quick examples.

-
-
-
-
+@include('_partials.work-in-progress-example') ### Traditional diff --git a/docs/source/docs/examples/buttons.blade.md b/docs/source/docs/examples/buttons.blade.md index 9498c1616bd5..1a598860283c 100644 --- a/docs/source/docs/examples/buttons.blade.md +++ b/docs/source/docs/examples/buttons.blade.md @@ -1,23 +1,10 @@ --- extends: _layouts.documentation title: "Buttons" +description: null --- -# Buttons - -
-
-
-
- -
-
-

Work in progress!

-

More detailed documentation is coming soon, but in the meantime here's a bunch of quick examples.

-
-
-
-
+@include('_partials.work-in-progress-example') ### Simple diff --git a/docs/source/docs/examples/cards.blade.md b/docs/source/docs/examples/cards.blade.md index 8cd08821eb69..ed61417e849e 100644 --- a/docs/source/docs/examples/cards.blade.md +++ b/docs/source/docs/examples/cards.blade.md @@ -1,23 +1,10 @@ --- extends: _layouts.documentation title: "Cards" +description: null --- -# Cards - -
-
-
-
- -
-
-

Work in progress!

-

More detailed examples are coming soon.

-
-
-
-
+@include('_partials.work-in-progress-example') ## Stacked diff --git a/docs/source/docs/examples/forms.blade.md b/docs/source/docs/examples/forms.blade.md index d6fe11ed3e2c..26c119e72918 100644 --- a/docs/source/docs/examples/forms.blade.md +++ b/docs/source/docs/examples/forms.blade.md @@ -1,23 +1,10 @@ --- extends: _layouts.documentation title: "Forms" +description: null --- -# Forms - -
-
-
-
- -
-
-

Work in progress!

-

More detailed examples are coming soon.

-
-
-
-
+@include('_partials.work-in-progress-example') ## Login Form diff --git a/docs/source/docs/examples/navigation.blade.md b/docs/source/docs/examples/navigation.blade.md index b8956bbaec01..1ccaeba6d540 100644 --- a/docs/source/docs/examples/navigation.blade.md +++ b/docs/source/docs/examples/navigation.blade.md @@ -1,23 +1,10 @@ --- extends: _layouts.documentation title: "Navigation" +description: null --- -# Navigation - -
-
-
-
- -
-
-

Work in progress!

-

More detailed examples are coming soon.

-
-
-
-
+@include('_partials.work-in-progress-example') ## Simple diff --git a/docs/source/docs/extracting-components.blade.md b/docs/source/docs/extracting-components.blade.md index f1bc2de1af38..a52a15cd9032 100644 --- a/docs/source/docs/extracting-components.blade.md +++ b/docs/source/docs/extracting-components.blade.md @@ -1,10 +1,9 @@ --- extends: _layouts.documentation title: "Extracting Components" +description: null --- -# Extracting Components - Tailwind encourages a "utility-first" workflow, where new designs are initially implemented using only utility classes to avoid premature abstraction. While we strongly believe you can get a lot further with just utilities than you might initially expect, **we don't believe that a dogmatic utility*-only* approach is the best way to write CSS.** diff --git a/docs/source/docs/flexbox-align-content.blade.md b/docs/source/docs/flexbox-align-content.blade.md index 33fb9f2f423e..207cb5b81f85 100644 --- a/docs/source/docs/flexbox-align-content.blade.md +++ b/docs/source/docs/flexbox-align-content.blade.md @@ -1,14 +1,9 @@ --- extends: _layouts.documentation -title: "Align Content - Flexbox" +title: "Align Content" +description: "Utilities for controlling how lines are positioned in multi-line flex containers." --- -# Align Content - -
- Utilities for controlling how lines are positioned in multi-line flex containers. -
- @include('_partials.feature-badges', [ 'responsive' => true, 'customizable' => false, diff --git a/docs/source/docs/flexbox-align-items.blade.md b/docs/source/docs/flexbox-align-items.blade.md index 39903418531f..5fb291cc6ac0 100644 --- a/docs/source/docs/flexbox-align-items.blade.md +++ b/docs/source/docs/flexbox-align-items.blade.md @@ -1,14 +1,9 @@ --- extends: _layouts.documentation -title: "Align Items - Flexbox" +title: "Align Items" +description: "Utilities for controlling how flex items are positioned along a container's cross axis." --- -# Align Items - -
- Utilities for controlling how flex items are positioned along a container's cross axis. -
- @include('_partials.feature-badges', [ 'responsive' => true, 'customizable' => false, diff --git a/docs/source/docs/flexbox-align-self.blade.md b/docs/source/docs/flexbox-align-self.blade.md index 1de5c8d2c495..e3cb4007bd43 100644 --- a/docs/source/docs/flexbox-align-self.blade.md +++ b/docs/source/docs/flexbox-align-self.blade.md @@ -1,14 +1,9 @@ --- extends: _layouts.documentation -title: "Align Items - Flexbox" +title: "Align Self" +description: "Utilities for controlling how an individual flex item is positioned along its container's cross axis." --- -# Align Self - -
- Utilities for controlling how an individual flex item is positioned along its container's cross axis. -
- @include('_partials.feature-badges', [ 'responsive' => true, 'customizable' => false, diff --git a/docs/source/docs/flexbox-direction.blade.md b/docs/source/docs/flexbox-direction.blade.md index 149beff46567..f842c2c9453f 100644 --- a/docs/source/docs/flexbox-direction.blade.md +++ b/docs/source/docs/flexbox-direction.blade.md @@ -1,14 +1,9 @@ --- extends: _layouts.documentation -title: "Flex Direction - Flexbox" +title: "Flex Direction" +description: "Utilities for controlling the direction of flex items." --- -# Flex Direction - -
- Utilities for controlling the direction of flex items. -
- @include('_partials.feature-badges', [ 'responsive' => true, 'customizable' => false, diff --git a/docs/source/docs/flexbox-display.blade.md b/docs/source/docs/flexbox-display.blade.md index 1e4a29dd3e62..4ac0b7fdc346 100644 --- a/docs/source/docs/flexbox-display.blade.md +++ b/docs/source/docs/flexbox-display.blade.md @@ -1,14 +1,9 @@ --- extends: _layouts.documentation -title: "Flex Display – Flexbox" +title: "Flex Display" +description: "Utilities for creating flex containers." --- -# Flex Display - -
- Utilities for creating flex containers. -
- @include('_partials.feature-badges', [ 'responsive' => true, 'customizable' => false, diff --git a/docs/source/docs/flexbox-flex-grow-shrink.blade.md b/docs/source/docs/flexbox-flex-grow-shrink.blade.md index 391e5af8fd4b..59264703536a 100644 --- a/docs/source/docs/flexbox-flex-grow-shrink.blade.md +++ b/docs/source/docs/flexbox-flex-grow-shrink.blade.md @@ -1,14 +1,9 @@ --- extends: _layouts.documentation -title: "Flex, Grow, & Shrink - Flexbox" +title: "Flex, Grow, & Shrink" +description: "Utilities for controlling how flex items grow and shrink." --- -# Flex, Grow, & Shrink - -
- Utilities for controlling how flex items grow and shrink. -
- @include('_partials.feature-badges', [ 'responsive' => true, 'customizable' => false, diff --git a/docs/source/docs/flexbox-justify-content.blade.md b/docs/source/docs/flexbox-justify-content.blade.md index 30723d5a8e54..2caad06fb28f 100644 --- a/docs/source/docs/flexbox-justify-content.blade.md +++ b/docs/source/docs/flexbox-justify-content.blade.md @@ -1,14 +1,9 @@ --- extends: _layouts.documentation -title: "Justify Content - Flexbox" +title: "Justify Content" +description: "Utilities for controlling flex items are positioned along a container's main axis." --- -# Justify Content - -
- Utilities for controlling flex items are positioned along a container's main axis. -
- @include('_partials.feature-badges', [ 'responsive' => true, 'customizable' => false, diff --git a/docs/source/docs/flexbox-wrapping.blade.md b/docs/source/docs/flexbox-wrapping.blade.md index 6334f7416dfc..a23ed3fc337d 100644 --- a/docs/source/docs/flexbox-wrapping.blade.md +++ b/docs/source/docs/flexbox-wrapping.blade.md @@ -1,14 +1,9 @@ --- extends: _layouts.documentation -title: "Flex Wrapping - Flexbox" +title: "Flex Wrapping" +description: "Utilities for controlling how flex items wrap." --- -# Flex Wrapping - -
- Utilities for controlling how flex items wrap. -
- @include('_partials.feature-badges', [ 'responsive' => true, 'customizable' => false, diff --git a/docs/source/docs/flexbox.blade.md b/docs/source/docs/flexbox.blade.md index d6dce072834c..17344a90a80b 100644 --- a/docs/source/docs/flexbox.blade.md +++ b/docs/source/docs/flexbox.blade.md @@ -1,10 +1,9 @@ --- extends: _layouts.documentation title: "Flexbox" +description: null --- -# Flexbox -