From de97bcc384bd83c41fd585de395ac6149bafaac6 Mon Sep 17 00:00:00 2001 From: Jonathan Reinink Date: Tue, 31 Oct 2017 17:16:23 -0400 Subject: [PATCH] Add badges + cheatsheet table to background color docs --- docs/source/docs/background-color.blade.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/docs/source/docs/background-color.blade.md b/docs/source/docs/background-color.blade.md index b23f536c1..68f97f468 100644 --- a/docs/source/docs/background-color.blade.md +++ b/docs/source/docs/background-color.blade.md @@ -17,3 +17,24 @@ title: "Backgrounds" ]) @include('_partials.work-in-progress') + +
+ + + + + + + + + + @foreach ($page->config['colors'] as $name => $value) + + + + + + @endforeach + +
ClassPropertiesDescription
.bg-{{ $name }}color: {{ $value }};Set the background color of an element to {{ implode(' ', array_reverse(explode('-', $name))) }}.
+