Skip to content

Commit 6d17fe3

Browse files
committed
Add cheatsheet table to lists docs
1 parent 1c3f93d commit 6d17fe3

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

docs/source/docs/lists.blade.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,31 @@ title: "Lists"
1717
])
1818

1919
@include('_partials.work-in-progress')
20+
21+
<div class="border-t border-grey-lighter">
22+
<table class="w-full text-left" style="border-collapse: collapse;">
23+
<colgroup>
24+
<col class="w-1/5">
25+
<col class="w-1/3">
26+
<col>
27+
</colgroup>
28+
<thead>
29+
<tr>
30+
<th class="text-sm font-semibold text-grey-darker p-2 bg-grey-lightest">Class</th>
31+
<th class="text-sm font-semibold text-grey-darker p-2 bg-grey-lightest">Properties</th>
32+
<th class="text-sm font-semibold text-grey-darker p-2 bg-grey-lightest">Description</th>
33+
</tr>
34+
</thead>
35+
<tbody class="align-baseline">
36+
<tr>
37+
<td class="p-2 border-t border-smoke font-mono text-xs text-purple-dark">.list-reset</td>
38+
<td class="p-2 border-t border-smoke font-mono text-xs text-blue-dark">
39+
list-style: none;<br>
40+
margin: 0;<br>
41+
padding: 0;
42+
</td>
43+
<td class="p-2 border-t border-smoke text-sm text-grey-darker">Disable default browser styling for list elements.</td>
44+
</tr>
45+
</tbody>
46+
</table>
47+
</div>

0 commit comments

Comments
 (0)