From 2248472e7c7e582ef08dae083d2b89fdbad42eba Mon Sep 17 00:00:00 2001 From: David Hemphill Date: Tue, 31 Oct 2017 14:36:07 -0500 Subject: [PATCH] add feature icons --- docs/source/docs/background-position.blade.md | 7 +++++++ docs/source/docs/background-size.blade.md | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/docs/source/docs/background-position.blade.md b/docs/source/docs/background-position.blade.md index 5aef02995..5dc162338 100644 --- a/docs/source/docs/background-position.blade.md +++ b/docs/source/docs/background-position.blade.md @@ -9,6 +9,13 @@ title: "Background Position" Utilities for setting the initial position of a background image +@include('_partials.feature-badges', [ + 'responsive' => true, + 'customizable' => false, + 'hover' => false, + 'focus' => false +]) +
diff --git a/docs/source/docs/background-size.blade.md b/docs/source/docs/background-size.blade.md index 3cec6a29f..9e8ecc5a1 100644 --- a/docs/source/docs/background-size.blade.md +++ b/docs/source/docs/background-size.blade.md @@ -9,6 +9,13 @@ title: "Background Size" Utilities for setting the background size of an element's background image +@include('_partials.feature-badges', [ + 'responsive' => true, + 'customizable' => false, + 'hover' => false, + 'focus' => false +]) +