2017-06-29 22:23:27 +01:00
|
|
|
{%- if doc.selector %}
|
2017-05-02 15:08:49 +01:00
|
|
|
<section class="selectors">
|
2017-04-24 10:49:37 -07:00
|
|
|
<h2>Selectors</h2>
|
2018-08-31 15:57:53 +01: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 15:08:49 +01:00
|
|
|
</section>
|
2017-01-27 14:51:41 +00:00
|
|
|
{% endif %}
|