Add typography helpers

This commit is contained in:
Jeremy Thomas
2017-07-24 20:22:16 +02:00
parent d7e49a4dc3
commit 3f8655c87d
23 changed files with 1343 additions and 2105 deletions

View File

@@ -10,6 +10,12 @@
<a class="navbar-item is-tab {% if page.doc-subtab == 'responsive-helpers' %}is-active{% endif %}" href="{{ site.url }}/documentation/modifiers/responsive-helpers/">
Responsive helpers
</a>
<a class="navbar-item is-tab {% if page.doc-subtab == 'typography-helpers' %}is-active{% endif %}" href="{{ site.url }}/documentation/modifiers/typography-helpers/">
Typography helpers
<span class="tag is-success" style="margin-left: 1em;">
New!
</span>
</a>
</div>
</div>
</nav>