From fb896e6e5ad45302fbb19a16c4017ed2c6d8fb2d Mon Sep 17 00:00:00 2001 From: Adam Wathan Date: Mon, 30 Oct 2017 19:44:23 -0400 Subject: [PATCH] Revert "Update rounded-pill references to rounded-full" This reverts commit 08c954688485760e2326c68af455225105f6cc34. --- .../source/_partials/feature-badges.blade.php | 80 ++++--------------- docs/source/docs/examples/buttons.blade.md | 5 +- docs/source/docs/examples/cards.blade.md | 20 +---- docs/source/docs/opacity.blade.md | 25 ++---- docs/source/docs/positioning.blade.md | 15 +--- docs/source/docs/shadows.blade.md | 25 ++---- docs/source/docs/visibility.blade.md | 35 ++------ 7 files changed, 41 insertions(+), 164 deletions(-) diff --git a/docs/source/_partials/feature-badges.blade.php b/docs/source/_partials/feature-badges.blade.php index 8303f2260..5eff24194 100644 --- a/docs/source/_partials/feature-badges.blade.php +++ b/docs/source/_partials/feature-badges.blade.php @@ -1,26 +1,14 @@
@if ($responsive) - - + + Responsive @else - - + + Responsive @@ -28,27 +16,15 @@ @endif @if ($customizable) - - + + Customizable @else - - + + Customizable @@ -56,27 +32,15 @@ @endif @if ($hover) - - + + Hover @else - - + + Hover @@ -84,27 +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 7506c8e9a..73a2594ac 100644 --- a/docs/source/docs/examples/buttons.blade.md +++ b/docs/source/docs/examples/buttons.blade.md @@ -48,10 +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 4f2e6a433..557ba5ff3 100644 --- a/docs/source/docs/examples/cards.blade.md +++ b/docs/source/docs/examples/cards.blade.md @@ -17,18 +17,9 @@ We don't ship alert components because every app has it's own visual style, but

- #photography - #travel - #winter + #photography + #travel + #winter
@@ -50,10 +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 06883774a..60257f4da 100644 --- a/docs/source/docs/opacity.blade.md +++ b/docs/source/docs/opacity.blade.md @@ -79,42 +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 e78f3494f..de1d6970c 100644 --- a/docs/source/docs/positioning.blade.md +++ b/docs/source/docs/positioning.blade.md @@ -212,18 +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 57681ce15..75dce030d 100644 --- a/docs/source/docs/shadows.blade.md +++ b/docs/source/docs/shadows.blade.md @@ -110,42 +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 85d10420a..8356dc6b9 100644 --- a/docs/source/docs/visibility.blade.md +++ b/docs/source/docs/visibility.blade.md @@ -52,10 +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 @@ -63,10 +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 @@ -79,42 +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')