Skip to content

Commit

Permalink
Add cheatsheet table to lists docs
Browse files Browse the repository at this point in the history
  • Loading branch information
reinink committed Oct 31, 2017
1 parent 1c3f93d commit 6d17fe3
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions docs/source/docs/lists.blade.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,31 @@ title: "Lists"
])

@include('_partials.work-in-progress')

<div class="border-t border-grey-lighter">
<table class="w-full text-left" style="border-collapse: collapse;">
<colgroup>
<col class="w-1/5">
<col class="w-1/3">
<col>
</colgroup>
<thead>
<tr>
<th class="text-sm font-semibold text-grey-darker p-2 bg-grey-lightest">Class</th>
<th class="text-sm font-semibold text-grey-darker p-2 bg-grey-lightest">Properties</th>
<th class="text-sm font-semibold text-grey-darker p-2 bg-grey-lightest">Description</th>
</tr>
</thead>
<tbody class="align-baseline">
<tr>
<td class="p-2 border-t border-smoke font-mono text-xs text-purple-dark">.list-reset</td>
<td class="p-2 border-t border-smoke font-mono text-xs text-blue-dark">
list-style: none;<br>
margin: 0;<br>
padding: 0;
</td>
<td class="p-2 border-t border-smoke text-sm text-grey-darker">Disable default browser styling for list elements.</td>
</tr>
</tbody>
</table>
</div>

0 comments on commit 6d17fe3

Please sign in to comment.