Files
bulma/docs/_includes/docs/components/variables-row.html
Jeremy Thomas 69877a652c Init v1
2024-03-21 16:11:54 +00:00

8 lines
572 B
HTML

<div class="bd-var bd-is-body">
<div class="bd-var-name">{% highlight css %}{{ include.variable.name }}{% endhighlight %}</div>
<div class="bd-var-type bd-is-{{ include.variable.type }}">{{ include.variable.type }}</div>
<div class="bd-var-value">{% highlight css %}{{ include.variable.value }}{% endhighlight %}</div>
<div class="bd-var-computed-value">{% highlight css %}{{ include.variable.computed_value }}{% endhighlight %}</div>
<div class="bd-var-computed-type bd-is-{{ include.variable.computed_type }}">{{ include.variable.computed_type }}</div>
</div>