diff --git a/docs/source/docs/adding-new-utilities.blade.md b/docs/source/docs/adding-new-utilities.blade.md index adec78ccd..ea477be47 100644 --- a/docs/source/docs/adding-new-utilities.blade.md +++ b/docs/source/docs/adding-new-utilities.blade.md @@ -1,9 +1,10 @@ --- 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 6f4ba1444..45ad4cb2e 100644 --- a/docs/source/docs/background-color.blade.md +++ b/docs/source/docs/background-color.blade.md @@ -1,9 +1,14 @@ --- extends: _layouts.documentation -title: "Background Color" -description: "Utilities for controlling an element's background color." +title: "Backgrounds" --- +# 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 3f0255b5f..c2ee40acb 100644 --- a/docs/source/docs/background-position.blade.md +++ b/docs/source/docs/background-position.blade.md @@ -1,9 +1,14 @@ --- 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 87f36146a..bbf65bcc6 100644 --- a/docs/source/docs/background-size.blade.md +++ b/docs/source/docs/background-size.blade.md @@ -1,9 +1,14 @@ --- 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 13e3825fe..cadd9fd2e 100644 --- a/docs/source/docs/border-color.blade.md +++ b/docs/source/docs/border-color.blade.md @@ -1,9 +1,14 @@ --- 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 bb7410eea..ae5cef3dc 100644 --- a/docs/source/docs/border-radius.blade.md +++ b/docs/source/docs/border-radius.blade.md @@ -1,9 +1,14 @@ --- 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 522a4d752..ce05d929a 100644 --- a/docs/source/docs/border-style.blade.md +++ b/docs/source/docs/border-style.blade.md @@ -1,9 +1,14 @@ --- 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 e4da82920..da33dce64 100644 --- a/docs/source/docs/border-width.blade.md +++ b/docs/source/docs/border-width.blade.md @@ -1,9 +1,14 @@ --- 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 8f025c820..14a94fbc2 100644 --- a/docs/source/docs/colors.blade.md +++ b/docs/source/docs/colors.blade.md @@ -1,9 +1,10 @@ --- 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 0b5e67881..1906fe38a 100644 --- a/docs/source/docs/configuration.blade.md +++ b/docs/source/docs/configuration.blade.md @@ -1,9 +1,10 @@ --- 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 a26d99ee2..72a8c1ab5 100644 --- a/docs/source/docs/container.blade.md +++ b/docs/source/docs/container.blade.md @@ -1,9 +1,14 @@ --- 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 cbb097220..8fa2a639d 100644 --- a/docs/source/docs/cursor.blade.md +++ b/docs/source/docs/cursor.blade.md @@ -1,9 +1,14 @@ --- 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 99bf1449e..76cd49852 100644 --- a/docs/source/docs/display.blade.md +++ b/docs/source/docs/display.blade.md @@ -1,9 +1,14 @@ --- 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 545fed73b..8b8461e05 100644 --- a/docs/source/docs/examples/alerts.blade.md +++ b/docs/source/docs/examples/alerts.blade.md @@ -1,10 +1,23 @@ --- extends: _layouts.documentation title: "Alerts" -description: null --- -@include('_partials.work-in-progress-example') +# Alerts + +
+
+
+
+ +
+
+

Work in progress!

+

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

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

Work in progress!

+

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

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

Work in progress!

+

More detailed examples are coming soon.

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

Work in progress!

+

More detailed examples are coming soon.

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

Work in progress!

+

More detailed examples are coming soon.

+
+
+
+
## Simple diff --git a/docs/source/docs/extracting-components.blade.md b/docs/source/docs/extracting-components.blade.md index a52a15cd9..f1bc2de1a 100644 --- a/docs/source/docs/extracting-components.blade.md +++ b/docs/source/docs/extracting-components.blade.md @@ -1,9 +1,10 @@ --- 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 207cb5b81..33fb9f2f4 100644 --- a/docs/source/docs/flexbox-align-content.blade.md +++ b/docs/source/docs/flexbox-align-content.blade.md @@ -1,9 +1,14 @@ --- extends: _layouts.documentation -title: "Align Content" -description: "Utilities for controlling how lines are positioned in multi-line flex containers." +title: "Align Content - Flexbox" --- +# 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 5fb291cc6..399034185 100644 --- a/docs/source/docs/flexbox-align-items.blade.md +++ b/docs/source/docs/flexbox-align-items.blade.md @@ -1,9 +1,14 @@ --- extends: _layouts.documentation -title: "Align Items" -description: "Utilities for controlling how flex items are positioned along a container's cross axis." +title: "Align Items - Flexbox" --- +# 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 e3cb4007b..1de5c8d2c 100644 --- a/docs/source/docs/flexbox-align-self.blade.md +++ b/docs/source/docs/flexbox-align-self.blade.md @@ -1,9 +1,14 @@ --- extends: _layouts.documentation -title: "Align Self" -description: "Utilities for controlling how an individual flex item is positioned along its container's cross axis." +title: "Align Items - Flexbox" --- +# 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 f842c2c94..149beff46 100644 --- a/docs/source/docs/flexbox-direction.blade.md +++ b/docs/source/docs/flexbox-direction.blade.md @@ -1,9 +1,14 @@ --- extends: _layouts.documentation -title: "Flex Direction" -description: "Utilities for controlling the direction of flex items." +title: "Flex Direction - Flexbox" --- +# 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 4ac0b7fdc..1e4a29dd3 100644 --- a/docs/source/docs/flexbox-display.blade.md +++ b/docs/source/docs/flexbox-display.blade.md @@ -1,9 +1,14 @@ --- extends: _layouts.documentation -title: "Flex Display" -description: "Utilities for creating flex containers." +title: "Flex Display – Flexbox" --- +# 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 592647035..391e5af8f 100644 --- a/docs/source/docs/flexbox-flex-grow-shrink.blade.md +++ b/docs/source/docs/flexbox-flex-grow-shrink.blade.md @@ -1,9 +1,14 @@ --- extends: _layouts.documentation -title: "Flex, Grow, & Shrink" -description: "Utilities for controlling how flex items grow and shrink." +title: "Flex, Grow, & Shrink - Flexbox" --- +# 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 2caad06fb..30723d5a8 100644 --- a/docs/source/docs/flexbox-justify-content.blade.md +++ b/docs/source/docs/flexbox-justify-content.blade.md @@ -1,9 +1,14 @@ --- extends: _layouts.documentation -title: "Justify Content" -description: "Utilities for controlling flex items are positioned along a container's main axis." +title: "Justify Content - Flexbox" --- +# 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 a23ed3fc3..6334f7416 100644 --- a/docs/source/docs/flexbox-wrapping.blade.md +++ b/docs/source/docs/flexbox-wrapping.blade.md @@ -1,9 +1,14 @@ --- extends: _layouts.documentation -title: "Flex Wrapping" -description: "Utilities for controlling how flex items wrap." +title: "Flex Wrapping - Flexbox" --- +# 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 17344a90a..d6dce0728 100644 --- a/docs/source/docs/flexbox.blade.md +++ b/docs/source/docs/flexbox.blade.md @@ -1,9 +1,10 @@ --- extends: _layouts.documentation title: "Flexbox" -description: null --- +# Flexbox +