From fbc693d4c0a8730a5dee29b98ee81b8db24397a3 Mon Sep 17 00:00:00 2001 From: Adam Wathan Date: Mon, 30 Oct 2017 19:45:39 -0400 Subject: [PATCH] Replace rounded-pill with rounded-full without fucking everything up --- .../source/_partials/feature-badges.blade.php | 32 +++++++++---------- docs/source/docs/examples/buttons.blade.md | 2 +- docs/source/docs/examples/cards.blade.md | 8 ++--- docs/source/docs/opacity.blade.md | 10 +++--- docs/source/docs/positioning.blade.md | 6 ++-- docs/source/docs/shadows.blade.md | 10 +++--- docs/source/docs/visibility.blade.md | 14 ++++---- 7 files changed, 41 insertions(+), 41 deletions(-) diff --git a/docs/source/_partials/feature-badges.blade.php b/docs/source/_partials/feature-badges.blade.php index 5eff24194..58e890ab7 100644 --- a/docs/source/_partials/feature-badges.blade.php +++ b/docs/source/_partials/feature-badges.blade.php @@ -1,14 +1,14 @@
@if ($responsive) - - + + Responsive @else - - + + Responsive @@ -16,15 +16,15 @@ @endif @if ($customizable) - - + + Customizable @else - - + + Customizable @@ -32,15 +32,15 @@ @endif @if ($hover) - - + + Hover @else - - + + Hover @@ -48,15 +48,15 @@ @endif @if ($focus) - - + + Focus @else - - + + Focus diff --git a/docs/source/docs/examples/buttons.blade.md b/docs/source/docs/examples/buttons.blade.md index 73a2594ac..7f7b4d9a1 100644 --- a/docs/source/docs/examples/buttons.blade.md +++ b/docs/source/docs/examples/buttons.blade.md @@ -48,7 +48,7 @@ Here's a bunch of examples: ### Pill @component('_partials.code-sample', ['lang' => 'html', 'class' => 'text-center']) - @endcomponent diff --git a/docs/source/docs/examples/cards.blade.md b/docs/source/docs/examples/cards.blade.md index 557ba5ff3..f8c53ebbd 100644 --- a/docs/source/docs/examples/cards.blade.md +++ b/docs/source/docs/examples/cards.blade.md @@ -17,9 +17,9 @@ We don't ship alert components because every app has it's own visual style, but

- #photography - #travel - #winter + #photography + #travel + #winter
@@ -41,7 +41,7 @@ We don't ship alert components because every app has it's own visual style, but

- +

Jonathan Reinink

Aug 18

diff --git a/docs/source/docs/opacity.blade.md b/docs/source/docs/opacity.blade.md index 60257f4da..734c87e7b 100644 --- a/docs/source/docs/opacity.blade.md +++ b/docs/source/docs/opacity.blade.md @@ -79,27 +79,27 @@ For more information about Tailwind's responsive design features, check out the @component('_partials.responsive-code-sample') @slot('none')
-
+
@endslot @slot('sm')
-
+
@endslot @slot('md')
-
+
@endslot @slot('lg')
-
+
@endslot @slot('xl')
-
+
@endslot @slot('code') diff --git a/docs/source/docs/positioning.blade.md b/docs/source/docs/positioning.blade.md index de1d6970c..5ee3bd9a3 100644 --- a/docs/source/docs/positioning.blade.md +++ b/docs/source/docs/positioning.blade.md @@ -212,9 +212,9 @@ Offsets are calculated relative to the viewport and the element *will* act as a
- - - + + +
diff --git a/docs/source/docs/shadows.blade.md b/docs/source/docs/shadows.blade.md index 75dce030d..e8e191bc0 100644 --- a/docs/source/docs/shadows.blade.md +++ b/docs/source/docs/shadows.blade.md @@ -110,27 +110,27 @@ For more information about Tailwind's responsive design features, check out the @component('_partials.responsive-code-sample') @slot('none')
-
+
@endslot @slot('sm')
-
+
@endslot @slot('md')
-
+
@endslot @slot('lg')
-
+
@endslot @slot('xl')
-
+
@endslot @slot('code') diff --git a/docs/source/docs/visibility.blade.md b/docs/source/docs/visibility.blade.md index 8356dc6b9..98861053c 100644 --- a/docs/source/docs/visibility.blade.md +++ b/docs/source/docs/visibility.blade.md @@ -52,7 +52,7 @@ title: "Visibility" Use `.visible` to make an element visible. This will typically be used as a reset when using the `.invisible` utility. @component('_partials.code-sample', ['class' => 'flex justify-center']) -
+
@endcomponent ### Invisible @@ -60,7 +60,7 @@ Use `.visible` to make an element visible. This will typically be used as a rese Use `.invisible` to hide an element, but still maintain it's space. @component('_partials.code-sample', ['class' => 'flex justify-center']) - + @endcomponent @@ -73,27 +73,27 @@ For more information about Tailwind's responsive design features, check out the @component('_partials.responsive-code-sample') @slot('none')
-
+
@endslot @slot('sm')
- +
@endslot @slot('md')
-
+
@endslot @slot('lg')
- +
@endslot @slot('xl')
-
+
@endslot @slot('code')