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.
-
- 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.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.
-
- Quick start guide for installing and configuring Tailwind CSS.
-
-
## CDN
Before getting started please note, **many of the features that make Tailwind CSS great are not available using the CDN builds.** To take full advantage of Tailwind's features, [install Tailwind via npm](#npm).
@@ -29,7 +24,6 @@ Or if you'd like to pull in the base styles separate from the utility classes:
```
-
## NPM
For most projects (and to take advantage of Tailwind's customization features), you'll want to install Tailwind via npm.
diff --git a/docs/source/docs/letter-spacing.blade.md b/docs/source/docs/letter-spacing.blade.md
index e133ff9b9382..260779d0a98d 100644
--- a/docs/source/docs/letter-spacing.blade.md
+++ b/docs/source/docs/letter-spacing.blade.md
@@ -1,14 +1,9 @@
---
extends: _layouts.documentation
title: "Letter Spacing"
+description: "Utilities for controlling the tracking (letter spacing) of an element."
---
-# Letter Spacing
-
-
- Utilities for controlling the tracking (letter spacing) of an element.
-
-
@include('_partials.feature-badges', [
'responsive' => true,
'customizable' => true,
diff --git a/docs/source/docs/line-height.blade.md b/docs/source/docs/line-height.blade.md
index 1d9f1f4b2472..2d79a1ccab1c 100644
--- a/docs/source/docs/line-height.blade.md
+++ b/docs/source/docs/line-height.blade.md
@@ -1,14 +1,9 @@
---
extends: _layouts.documentation
title: "Line Height"
+description: "Utilities for controlling the leading (line height) of an element."
---
-# Line Height
-
-
- Utilities for controlling the leading (line height) of an element.
-
-
@include('_partials.feature-badges', [
'responsive' => true,
'customizable' => false,
diff --git a/docs/source/docs/max-height.blade.md b/docs/source/docs/max-height.blade.md
index a6e10804ea75..d3666260613c 100644
--- a/docs/source/docs/max-height.blade.md
+++ b/docs/source/docs/max-height.blade.md
@@ -1,14 +1,9 @@
---
extends: _layouts.documentation
title: "Max-Height"
+description: "Utilities for setting the maximum height of an element"
---
-# Max-Height
-
-
- Utilities for setting the maximum height of an element
-
-
@include('_partials.feature-badges', [
'responsive' => true,
'customizable' => true,
diff --git a/docs/source/docs/max-width.blade.md b/docs/source/docs/max-width.blade.md
index 1f9fb28e72f5..e040484f9d5b 100644
--- a/docs/source/docs/max-width.blade.md
+++ b/docs/source/docs/max-width.blade.md
@@ -1,14 +1,9 @@
---
extends: _layouts.documentation
title: "Max-Width"
+description: "Utilities for setting the maximum width of an element"
---
-# Max-Width
-
-
- Utilities for setting the maximum width of an element
-
-
@include('_partials.feature-badges', [
'responsive' => true,
'customizable' => true,
diff --git a/docs/source/docs/min-height.blade.md b/docs/source/docs/min-height.blade.md
index 8731f609131d..4f21a066be49 100644
--- a/docs/source/docs/min-height.blade.md
+++ b/docs/source/docs/min-height.blade.md
@@ -1,14 +1,9 @@
---
extends: _layouts.documentation
title: "Min-Height"
+description: "Utilities for setting the minimum height of an element"
---
-# Min-Height
-
-
- Utilities for setting the minimum height of an element
-
-
@include('_partials.feature-badges', [
'responsive' => true,
'customizable' => true,
diff --git a/docs/source/docs/min-width.blade.md b/docs/source/docs/min-width.blade.md
index 0ba5d58ef4aa..05afdfeb2a80 100644
--- a/docs/source/docs/min-width.blade.md
+++ b/docs/source/docs/min-width.blade.md
@@ -1,14 +1,9 @@
---
extends: _layouts.documentation
title: "Min-Width"
+description: "Utilities for setting the minimum width of an element"
---
-# Min-Width
-
-
- Utilities for setting the minimum width of an element
-
-
@include('_partials.feature-badges', [
'responsive' => true,
'customizable' => true,
diff --git a/docs/source/docs/opacity.blade.md b/docs/source/docs/opacity.blade.md
index e901277d5652..c54ae505685d 100644
--- a/docs/source/docs/opacity.blade.md
+++ b/docs/source/docs/opacity.blade.md
@@ -1,14 +1,9 @@
---
extends: _layouts.documentation
title: "Opacity"
+description: "Utilities for controlling the opacity of an element."
---
-# Opacity
-
-
- Utilities for controlling the opacity of an element.
-
-
@include('_partials.feature-badges', [
'responsive' => true,
'customizable' => true,
diff --git a/docs/source/docs/overflow.blade.md b/docs/source/docs/overflow.blade.md
index ead2182d7b5e..5f053661da13 100644
--- a/docs/source/docs/overflow.blade.md
+++ b/docs/source/docs/overflow.blade.md
@@ -1,14 +1,9 @@
---
extends: _layouts.documentation
title: "Overflow"
+description: "Utilities for controlling how an element handles content that is too large for the container."
---
-# Overflow
-
-
- Utilities for controlling how an element handles content that is too large for the container.
-
-
@include('_partials.feature-badges', [
'responsive' => true,
'customizable' => false,
diff --git a/docs/source/docs/pointer-events.blade.md b/docs/source/docs/pointer-events.blade.md
index ea87a0bd9871..076f77837812 100644
--- a/docs/source/docs/pointer-events.blade.md
+++ b/docs/source/docs/pointer-events.blade.md
@@ -1,14 +1,9 @@
---
extends: _layouts.documentation
title: "Pointer Events"
+description: "Utilities for controlling whether an element responds to pointer events."
---
-# Pointer Events
-
-
- Utilities for controlling whether an element responds to pointer events.
-
-
@include('_partials.feature-badges', [
'responsive' => true,
'customizable' => false,
diff --git a/docs/source/docs/positioning.blade.md b/docs/source/docs/positioning.blade.md
index cc0d2cf9af1f..0a0f109c3ebf 100644
--- a/docs/source/docs/positioning.blade.md
+++ b/docs/source/docs/positioning.blade.md
@@ -1,14 +1,9 @@
---
extends: _layouts.documentation
title: "Positioning"
+descriptioj: "Utilities for controlling how an element is positioned in the DOM."
---
-# Positioning
-
-
- Utilities for controlling how an element is positioned in the DOM.
-
-
@include('_partials.feature-badges', [
'responsive' => true,
'customizable' => false,
diff --git a/docs/source/docs/resize.blade.md b/docs/source/docs/resize.blade.md
index 7a1fcc666698..763a758ae9b3 100644
--- a/docs/source/docs/resize.blade.md
+++ b/docs/source/docs/resize.blade.md
@@ -1,14 +1,9 @@
---
extends: _layouts.documentation
title: "Resize"
+description: "Utilities for controlling the how a textarea can be resized."
---
-# Resize
-
-
- Utilities for controlling the how a textarea can be resized.
-
-
@include('_partials.feature-badges', [
'responsive' => true,
'customizable' => false,
diff --git a/docs/source/docs/responsive-design.blade.md b/docs/source/docs/responsive-design.blade.md
index a3b5806a7650..b7d4621956bc 100644
--- a/docs/source/docs/responsive-design.blade.md
+++ b/docs/source/docs/responsive-design.blade.md
@@ -1,10 +1,9 @@
---
extends: _layouts.documentation
title: "Responsive Design"
+description: null
---
-# Responsive Design
-
Tailwind allows you to build responsive designs in the same way you build the rest of your design — using utility classes. Every utility in Tailwind is also available in screen-size specific variations. For example, the `.font-bold` utility can be used on small screen sizes using the `.sm:font-bold` class, on medium screen sizes using the `.md:font-bold` class, on large screen sizes using the `.lg:font-bold` class and on extra large screen sizes using the `.xl:font-bold` class.
This is done using predefined screen sizes (media query breakpoints), each of which are given a unique name like `sm`, `md`, `lg` and `xl`. By default Tailwind takes a "mobile first" approach, where each screen size represents a minimum viewport width. Any classes you apply at smaller screen sizes are also applied to larger sizes, unless of course you override them, which is the whole point! This approach, while simple, is actually very powerful and can be used to build complex, beautiful, responsive designs.
diff --git a/docs/source/docs/shadows.blade.md b/docs/source/docs/shadows.blade.md
index 4507b6dfc760..a01db0034124 100644
--- a/docs/source/docs/shadows.blade.md
+++ b/docs/source/docs/shadows.blade.md
@@ -1,14 +1,9 @@
---
extends: _layouts.documentation
title: "Shadows"
+description: "Utilities for controlling the box shadow of an element."
---
-# Shadows
-
-
- Utilities for controlling the box shadow of an element.
-
+@include('_partials.work-in-progress')
Tailwind doesn't provide SVG-specific utilites. Instead, use the generic sizing utilites to control an SVG's width and height, and the text color utilities to control an SVG's fill color.
diff --git a/docs/source/docs/text-alignment.blade.md b/docs/source/docs/text-alignment.blade.md
index 12a4307d5b09..d85aeb5f14fe 100644
--- a/docs/source/docs/text-alignment.blade.md
+++ b/docs/source/docs/text-alignment.blade.md
@@ -1,14 +1,9 @@
---
extends: _layouts.documentation
title: "Text Alignment"
+description: "Utilities for controlling the alignment of text."
---
-# Text Alignment
-
-
- Utilities for controlling the alignment of text.
-
-
@include('_partials.feature-badges', [
'responsive' => true,
'customizable' => true,
diff --git a/docs/source/docs/text-color.blade.md b/docs/source/docs/text-color.blade.md
index 51c3ca5e1a85..439cb052f834 100644
--- a/docs/source/docs/text-color.blade.md
+++ b/docs/source/docs/text-color.blade.md
@@ -1,14 +1,9 @@
---
extends: _layouts.documentation
title: "Text Color"
+description: "Utilities for controlling the text color of an element."
---
-# Text Color
-
-
- Utilities for controlling the text color of an element.
-
-
@include('_partials.feature-badges', [
'responsive' => true,
'customizable' => true,
diff --git a/docs/source/docs/text-sizing.blade.md b/docs/source/docs/text-sizing.blade.md
index b5ad7a111361..982821b3de32 100644
--- a/docs/source/docs/text-sizing.blade.md
+++ b/docs/source/docs/text-sizing.blade.md
@@ -1,14 +1,9 @@
---
extends: _layouts.documentation
title: "Text Sizing"
+description: "Utilities for controlling the text size of an element."
---
-# Text Sizing
-
-
- Utilities for controlling the text size of an element.
-
-
@include('_partials.feature-badges', [
'responsive' => true,
'customizable' => true,
diff --git a/docs/source/docs/text-style.blade.md b/docs/source/docs/text-style.blade.md
index ce748c9c5a18..5b1701db94e9 100644
--- a/docs/source/docs/text-style.blade.md
+++ b/docs/source/docs/text-style.blade.md
@@ -1,14 +1,9 @@
---
extends: _layouts.documentation
title: "Style & Decoration"
+description: "Utilities for controlling the style of text."
---
-# Text Style & Decoration
-
-
- Utilities for controlling the style of text.
-
-
@include('_partials.feature-badges', [
'responsive' => true,
'customizable' => true,
diff --git a/docs/source/docs/user-select.blade.md b/docs/source/docs/user-select.blade.md
index 52628618943a..11bbdecf9f57 100644
--- a/docs/source/docs/user-select.blade.md
+++ b/docs/source/docs/user-select.blade.md
@@ -1,14 +1,9 @@
---
extends: _layouts.documentation
title: "User Select"
+description: "Utilities for controlling whether the user can select text in an element."
---
-# User Select
-
-
- Utilities for controlling whether the user can select text in an element.
-
-
@include('_partials.feature-badges', [
'responsive' => true,
'customizable' => false,
diff --git a/docs/source/docs/vertical-alignment.blade.md b/docs/source/docs/vertical-alignment.blade.md
index 5789d0cd18d6..baccfce7b4d0 100644
--- a/docs/source/docs/vertical-alignment.blade.md
+++ b/docs/source/docs/vertical-alignment.blade.md
@@ -1,14 +1,9 @@
---
extends: _layouts.documentation
title: "Vertical Alignment"
+description: "Utilities for controlling the vertical alignment of an inline or table-cell box."
---
-# Vertical Alignment
-
-
- Utilities for controlling the vertical alignment of an inline or table-cell box.
-
-
@include('_partials.feature-badges', [
'responsive' => true,
'customizable' => false,
diff --git a/docs/source/docs/visibility.blade.md b/docs/source/docs/visibility.blade.md
index 35e6c39eeddb..eb0b79b2fd90 100644
--- a/docs/source/docs/visibility.blade.md
+++ b/docs/source/docs/visibility.blade.md
@@ -1,15 +1,9 @@
---
extends: _layouts.documentation
title: "Visibility"
+description: "Utilities for controlling the visible of an element."
---
-# Visibility
-
-
-
- Utilities for controlling the visible of an element.
-
-
@include('_partials.feature-badges', [
'responsive' => true,
'customizable' => false,
diff --git a/docs/source/docs/what-is-tailwind.blade.md b/docs/source/docs/what-is-tailwind.blade.md
index 45bd45c2858d..6e2644d8ec63 100644
--- a/docs/source/docs/what-is-tailwind.blade.md
+++ b/docs/source/docs/what-is-tailwind.blade.md
@@ -1,10 +1,9 @@
---
extends: _layouts.documentation
title: "What is Tailwind?"
+description: null
---
-# What is Tailwind?
-
Tailwind is a utility-first CSS framework for rapidly building custom user interfaces.
diff --git a/docs/source/docs/whitespace-and-wrapping.blade.md b/docs/source/docs/whitespace-and-wrapping.blade.md
index f6ffa8c35dee..3f771d2380ee 100644
--- a/docs/source/docs/whitespace-and-wrapping.blade.md
+++ b/docs/source/docs/whitespace-and-wrapping.blade.md
@@ -1,14 +1,9 @@
---
extends: _layouts.documentation
title: "Whitespace & Wrapping"
+description: "Utilities for controlling the whitespace and wrapping of an element."
---
-# Whitespace & Wrapping
-
-
- Utilities for controlling the whitespace and wrapping of an element.
-
-
@include('_partials.feature-badges', [
'responsive' => true,
'customizable' => true,
diff --git a/docs/source/docs/width.blade.md b/docs/source/docs/width.blade.md
index 6a1c1abd7bf5..ff01c5f07a24 100644
--- a/docs/source/docs/width.blade.md
+++ b/docs/source/docs/width.blade.md
@@ -1,14 +1,9 @@
---
extends: _layouts.documentation
title: "Width"
+description: "Utilities for setting the width of an element"
---
-# Width
-
-
- Utilities for setting the width of an element
-
-
@include('_partials.feature-badges', [
'responsive' => true,
'customizable' => true,
diff --git a/docs/source/docs/working-utility-first.blade.md b/docs/source/docs/working-utility-first.blade.md
index 1e9a6ed1c0c4..28b2c84aefb4 100644
--- a/docs/source/docs/working-utility-first.blade.md
+++ b/docs/source/docs/working-utility-first.blade.md
@@ -1,6 +1,5 @@
---
extends: _layouts.documentation
title: "Working Utility-First"
+description: null
---
-
-# Working Utility-First
diff --git a/docs/source/docs/z-index.blade.md b/docs/source/docs/z-index.blade.md
index 3a28f90cadf4..31a4ffb50b2e 100644
--- a/docs/source/docs/z-index.blade.md
+++ b/docs/source/docs/z-index.blade.md
@@ -1,14 +1,9 @@
---
extends: _layouts.documentation
title: "Z-Index"
+description: "Utilities for controlling the stack order of an element."
---
-# Z-Index
-
-
- Utilities for controlling the stack order of an element.
-