From b661c0e52686bf899b1ee283de6979d895c0e8fb Mon Sep 17 00:00:00 2001 From: Adam Wathan Date: Thu, 24 Aug 2017 09:25:58 -0400 Subject: [PATCH] Update docs to make use of updated utilities --- docs/source/_layouts/master.blade.php | 6 +++--- docs/source/borders.md | 2 +- docs/source/examples.blade.php | 6 +++--- docs/source/spacing.md | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/source/_layouts/master.blade.php b/docs/source/_layouts/master.blade.php index f8f3a1036..bea37ce58 100644 --- a/docs/source/_layouts/master.blade.php +++ b/docs/source/_layouts/master.blade.php @@ -11,9 +11,9 @@
-
-
-
+
+
+
diff --git a/docs/source/borders.md b/docs/source/borders.md index 5d4fd2d43..b2022d724 100644 --- a/docs/source/borders.md +++ b/docs/source/borders.md @@ -17,7 +17,7 @@ title: "Borders" Construct border size utilities using the `.border{-side?}{-width?}` syntax. For example, `.border` would add a `1px` border to all sides of the element, where `.border-b-4` would add a `4px` border to the bottom of the element. By default, borders are `solid`, and use the `@default-border-color`. -
+
Class
border
diff --git a/docs/source/examples.blade.php b/docs/source/examples.blade.php index 5e94cce0b..3ade774d6 100644 --- a/docs/source/examples.blade.php +++ b/docs/source/examples.blade.php @@ -93,9 +93,9 @@
-
+
-

+

Members only

@@ -104,7 +104,7 @@ Lorem ipsum dolor sit amet, consectetur adipisicing elit. Voluptatibus quia, nulla! Maiores et perferendis eaque, exercitationem praesentium nihil.

-
+

Jonathan Reinink

diff --git a/docs/source/spacing.md b/docs/source/spacing.md index 18d7066b9..276bcbf99 100644 --- a/docs/source/spacing.md +++ b/docs/source/spacing.md @@ -15,7 +15,7 @@ title: "Spacing" The syntax below is combined to create a system for padding and margins. For example, `.pt-2` would add padding to the top of the element to the value of `0.5rem` and `.mx-0` would make the horizontal margin zero. -
+
Class
p Padding