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 +]) +