mirror of
https://github.com/jgthms/bulma
synced 2026-03-17 19:04:30 -07:00
Organize partials
This commit is contained in:
@@ -45,7 +45,7 @@ route: tiles
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
{% include anchor.html name="How it works: Nesting" %}
|
||||
{% include elements/anchor.html name="How it works: Nesting" %}
|
||||
|
||||
<div class="content">
|
||||
<p>Everything is a tile! To create a grid of tiles, you only need to <strong>nest</strong> <code>tile</code> elements.</p>
|
||||
@@ -203,7 +203,7 @@ route: tiles
|
||||
</div>
|
||||
{% endhighlight %}
|
||||
|
||||
{% include anchor.html name="Nesting requirements" %}
|
||||
{% include elements/anchor.html name="Nesting requirements" %}
|
||||
|
||||
<article class="message is-danger">
|
||||
<div class="message-header">
|
||||
@@ -334,7 +334,7 @@ tile is-ancestor
|
||||
</div>
|
||||
{% endhighlight %}
|
||||
|
||||
{% include anchor.html name="3 columns" %}
|
||||
{% include elements/anchor.html name="3 columns" %}
|
||||
|
||||
<div class="tile is-ancestor">
|
||||
<div class="tile is-parent">
|
||||
@@ -522,7 +522,7 @@ tile is-ancestor
|
||||
</div>
|
||||
{% endhighlight %}
|
||||
|
||||
{% include anchor.html name="4 columns" %}
|
||||
{% include elements/anchor.html name="4 columns" %}
|
||||
|
||||
<div class="tile is-ancestor">
|
||||
<div class="tile is-parent">
|
||||
|
||||
Reference in New Issue
Block a user