File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments