2017-07-16 19:44:28 +01:00
|
|
|
<nav class="navbar has-shadow">
|
2016-09-11 12:00:49 +01:00
|
|
|
<div class="container">
|
2017-09-05 15:09:31 +02:00
|
|
|
<div class="navbar-tabs">
|
2017-07-16 19:44:28 +01:00
|
|
|
<a class="navbar-item is-tab {% if page.doc-subtab == 'syntax' %}is-active{% endif %}" href="{{ site.url }}/documentation/modifiers/syntax/">
|
2016-09-11 12:00:49 +01:00
|
|
|
Syntax
|
|
|
|
|
</a>
|
2017-07-16 19:44:28 +01:00
|
|
|
<a class="navbar-item is-tab {% if page.doc-subtab == 'helpers' %}is-active{% endif %}" href="{{ site.url }}/documentation/modifiers/helpers/">
|
2016-09-11 12:00:49 +01:00
|
|
|
Helpers
|
|
|
|
|
</a>
|
2017-07-16 19:44:28 +01:00
|
|
|
<a class="navbar-item is-tab {% if page.doc-subtab == 'responsive-helpers' %}is-active{% endif %}" href="{{ site.url }}/documentation/modifiers/responsive-helpers/">
|
2016-09-11 12:00:49 +01:00
|
|
|
Responsive helpers
|
|
|
|
|
</a>
|
2018-04-08 15:34:40 +01:00
|
|
|
<a class="navbar-item is-tab {% if page.doc-subtab == 'color-helpers' %}is-active{% endif %}" href="{{ site.url }}/documentation/modifiers/color-helpers/">
|
|
|
|
|
Color helpers
|
|
|
|
|
</a>
|
2017-07-24 20:22:16 +02:00
|
|
|
<a class="navbar-item is-tab {% if page.doc-subtab == 'typography-helpers' %}is-active{% endif %}" href="{{ site.url }}/documentation/modifiers/typography-helpers/">
|
|
|
|
|
Typography helpers
|
|
|
|
|
</a>
|
2016-09-11 12:00:49 +01:00
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</nav>
|