Add WIP alerts to sizing docs

This commit is contained in:
Adam Wathan 2017-10-31 16:48:58 -04:00
parent deb3f16f57
commit f97fd788d1
6 changed files with 12 additions and 0 deletions

View File

@ -16,6 +16,8 @@ title: "Height"
'focus' => false
])
@include('_partials.work-in-progress')
<div class="border-t border-grey-lighter">
<table class="w-full text-left" style="border-collapse: collapse;">
<colgroup>

View File

@ -16,6 +16,8 @@ title: "Max-Height"
'focus' => false
])
@include('_partials.work-in-progress')
<div class="border-t border-grey-lighter">
<table class="w-full text-left" style="border-collapse: collapse;">
<colgroup>

View File

@ -16,6 +16,8 @@ title: "Max-Width"
'focus' => false
])
@include('_partials.work-in-progress')
<div class="border-t border-grey-lighter">
<table class="w-full text-left" style="border-collapse: collapse;">
<colgroup>

View File

@ -16,6 +16,8 @@ title: "Min-Height"
'focus' => false
])
@include('_partials.work-in-progress')
<div class="border-t border-grey-lighter">
<table class="w-full text-left" style="border-collapse: collapse;">
<colgroup>

View File

@ -16,6 +16,8 @@ title: "Min-Width"
'focus' => false
])
@include('_partials.work-in-progress')
<div class="border-t border-grey-lighter">
<table class="w-full text-left" style="border-collapse: collapse;">
<colgroup>

View File

@ -16,6 +16,8 @@ title: "Width"
'focus' => false
])
@include('_partials.work-in-progress')
<div class="border-t border-grey-lighter">
<table class="w-full text-left" style="border-collapse: collapse;">
<colgroup>