mirror of
https://github.com/jgthms/bulma
synced 2026-03-18 11:24:29 -07:00
Organize partials
This commit is contained in:
@@ -24,7 +24,7 @@ $widescreen-enabled: false
|
||||
$fullhd-enabled: false
|
||||
{% endcapture %}
|
||||
|
||||
{% include anchor.html name="Vertical by default" %}
|
||||
{% include elements/anchor.html name="Vertical by default" %}
|
||||
|
||||
<div class="content">
|
||||
<p>
|
||||
@@ -38,7 +38,7 @@ $fullhd-enabled: false
|
||||
<p>You can however enforce the <strong>horizontal</strong> layout for both <code>columns</code> or <code>nav</code> by appending the <code>is-mobile</code> modifier.</p>
|
||||
</div>
|
||||
|
||||
{% include anchor.html name="Breakpoints" %}
|
||||
{% include elements/anchor.html name="Breakpoints" %}
|
||||
|
||||
{% assign variables_file_url = "/blob/master/sass/utilities/initial-variables.sass#L46,L57" | prepend: site.data.meta.github %}
|
||||
{% assign mixins_file_url = "/blob/master/sass/utilities/mixins.sass#L182,L226" | prepend: site.data.meta.github %}
|
||||
@@ -206,7 +206,7 @@ $fullhd-enabled: false
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
{% include anchor.html name="Disabling breakpoints" %}
|
||||
{% include elements/anchor.html name="Disabling breakpoints" %}
|
||||
|
||||
{% include elements/new-tag.html version="0.6.3" %}
|
||||
|
||||
@@ -220,7 +220,7 @@ $fullhd-enabled: false
|
||||
{% highlight sass %}{{ scss_code }}{% endhighlight %}
|
||||
</div>
|
||||
|
||||
{% include anchor.html name="Variables" %}
|
||||
{% include elements/anchor.html name="Variables" %}
|
||||
|
||||
<div class="content">
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user