2017-06-29 17:23:27 -04:00
|
|
|
{%- if doc.selector %}
|
2017-05-02 10:08:49 -04:00
|
|
|
<section class="selectors">
|
2017-04-24 13:49:37 -04:00
|
|
|
<h2>Selectors</h2>
|
2018-08-31 10:57:53 -04:00
|
|
|
<table class="is-full-width list-table selector-table">
|
|
|
|
<thead>
|
|
|
|
<tr>
|
|
|
|
<th>Selector</th>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tbody>
|
|
|
|
{%- for selector in doc.selectorArray %}
|
|
|
|
<tr class="selector">
|
|
|
|
<td><code>{$ selector $}</code></td>
|
|
|
|
</tr>
|
|
|
|
{% endfor %}
|
|
|
|
</tbody>
|
|
|
|
</table>
|
2017-05-02 10:08:49 -04:00
|
|
|
</section>
|
2017-01-27 09:51:41 -05:00
|
|
|
{% endif %}
|