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') + +
| Class | +Properties | +Description | +
|---|---|---|
| .bg-{{ $name }} | +color: {{ $value }}; | +Set the background color of an element to {{ implode(' ', array_reverse(explode('-', $name))) }}. | +