mirror of
https://github.com/danog/sass-site.git
synced 2024-12-03 09:57:58 +01:00
0c922a4cd1
* js-api-docs: Poke release process Remove typedoc review Attempt to fix typedoc syntax highlighting. Remove submodule Port heads_up and fun_fact Port compatibility table Build JS API docs
42 lines
999 B
Plaintext
42 lines
999 B
Plaintext
<dl class="impl-status sl-c-description-list sl-c-description-list--horizontal">
|
|
<div class="compatibility">
|
|
Compatibility{% if feature %} ({{ feature }}){% endif %}:
|
|
</div>
|
|
{% if dart != null %}
|
|
<div>
|
|
<dt>Dart Sass</dt>
|
|
<dd>{{ dart | implStatus }}</dd>
|
|
</div>
|
|
{% endif %}
|
|
{% if libsass != null %}
|
|
<div>
|
|
<dt>LibSass</dt>
|
|
<dd>{{ libsass | implStatus }}</dd>
|
|
</div>
|
|
{% endif %}
|
|
{% if node != null %}
|
|
<div>
|
|
<dt>Node Sass</dt>
|
|
<dd>{{ node | implStatus }}</dd>
|
|
</div>
|
|
{% endif %}
|
|
{% if ruby != null %}
|
|
<div>
|
|
<dt>Ruby Sass</dt>
|
|
<dd>{{ ruby | implStatus }}</dd>
|
|
</div>
|
|
{% endif %}
|
|
{% if details | strip %}
|
|
<div>
|
|
{% # The no-op href here ensures that this toggle is focusable in browsers. %}
|
|
<a href="javascript:;">▶</a>
|
|
</div>
|
|
{% endif %}
|
|
</dl>
|
|
|
|
{% if details | strip %}
|
|
<div class="sl-c-callout sl-c-callout--impl-status">
|
|
{{ details | markdown }}
|
|
</div>
|
|
{% endif %}
|