mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Fix documentation: Colors of File (#1574)
This commit is contained in:
committed by
Jeremy Thomas
parent
7a66fdd33d
commit
a4ffe95c9e
@@ -669,12 +669,12 @@ variables_keys:
|
|||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<p>
|
<p>
|
||||||
You can style the file element by appending one of the <strong>9 color modifiers</strong>:
|
You can style the file element by appending one of the <strong>{{ site.data.colors.derived | size }} color modifiers</strong>:
|
||||||
</p>
|
</p>
|
||||||
<ul>
|
<ul>
|
||||||
{% for color in site.colors %}
|
{% for color in site.data.colors.derived %}
|
||||||
<li>
|
<li>
|
||||||
<code>is-{{ color }}</code>
|
<code>is-{{ color.id }}</code>
|
||||||
</li>
|
</li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
|
|||||||
Reference in New Issue
Block a user