]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Fix documentation: Colors of `File` (#1574)
authorJens Krause <email@jkrause.io>
Sat, 6 Jan 2018 22:27:36 +0000 (23:27 +0100)
committerJeremy Thomas <bbxdesign@gmail.com>
Sat, 6 Jan 2018 22:27:36 +0000 (22:27 +0000)
docs/documentation/form/file.html

index 27cd52325dd7f10a8f74c9aa97115eed0c5ac603..6f4fb72765d93c5d764980cf2a54569ba402de4e 100644 (file)
@@ -669,12 +669,12 @@ variables_keys:
 
     <div class="content">
       <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>
       <ul>
-        {% for color in site.colors %}
+        {% for color in site.data.colors.derived %}
           <li>
-            <code>is-{{ color }}</code>
+            <code>is-{{ color.id }}</code>
           </li>
         {% endfor %}
       </ul>