add feature icons

This commit is contained in:
David Hemphill 2017-10-31 14:36:07 -05:00
parent 1c7cd53d92
commit 2248472e7c
2 changed files with 14 additions and 0 deletions

View File

@ -9,6 +9,13 @@ title: "Background Position"
Utilities for setting the initial position of a background image
</div>
@include('_partials.feature-badges', [
'responsive' => true,
'customizable' => false,
'hover' => false,
'focus' => false
])
<div class="border-t border-grey-lighter">
<table class="w-full text-left" style="border-collapse: collapse;">
<colgroup>

View File

@ -9,6 +9,13 @@ title: "Background Size"
Utilities for setting the background size of an element's background image
</div>
@include('_partials.feature-badges', [
'responsive' => true,
'customizable' => false,
'hover' => false,
'focus' => false
])
<div class="border-t border-grey-lighter">
<table class="w-full text-left" style="border-collapse: collapse;">
<colgroup>