Organize partials

This commit is contained in:
Jeremy Thomas
2018-04-09 22:25:26 +01:00
parent a1c1909001
commit e8d4efb274
97 changed files with 691 additions and 835 deletions

View File

@@ -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>