mirror of
https://github.com/jgthms/bulma
synced 2026-03-16 18:44:28 -07:00
Organize partials
This commit is contained in:
@@ -123,9 +123,9 @@ meta:
|
||||
<p>This <code>content</code> class can be used in <em>any</em> context where you just want to (or can only) write some <strong>text</strong>. For example, it's used for the paragraph you're currently reading.</p>
|
||||
</div>
|
||||
|
||||
{% include snippet.html content=content_example %}
|
||||
{% include elements/snippet.html content=content_example %}
|
||||
|
||||
{% include anchor.html name="Sizes" %}
|
||||
{% include elements/anchor.html name="Sizes" %}
|
||||
|
||||
<div class="content">
|
||||
<p>You can use the <code>is-small</code>, <code>is-medium</code> and <code>is-large</code> modifiers to change the font size.</p>
|
||||
@@ -173,4 +173,4 @@ meta:
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% include variables.html type='element' %}
|
||||
{% include elements/variables.html type='element' %}
|
||||
|
||||
Reference in New Issue
Block a user