]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Fix typography helpers "size" documentation
authorIsabella Broch <43812480+isabroch@users.noreply.github.com>
Fri, 22 Jan 2021 16:10:41 +0000 (17:10 +0100)
committerJeremy Thomas <bbxdesign@gmail.com>
Sun, 24 Jan 2021 12:07:08 +0000 (12:07 +0000)
Incorrect classes on the example text had all the examples the same size.
Fixed to apply the correct class on the examples.

docs/documentation/helpers/typography-helpers.html

index 91e2d489cb11d40d97369b43f827267d61b30a9c..c27f724b7ab55d0aa827f3b4654d02f45e45e843 100644 (file)
@@ -82,7 +82,7 @@ breadcrumb:
         {% assign key = '$size-' | append: forloop.index %}
         <td><code>is-size-{{ forloop.index }}</code></td>
         <td><code>{{ initial_vars[key].value }}</code></td>
-        <td><span class="{{ initial_vars[key].value }}">Example</span></td>
+        <td><span class="is-size-{{ forloop.index }}">Example</span></td>
       </tr>
     {% endfor %}
   </tbody>