mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
style guide update, fix fonts after build process reorg (#17)
* feat: style guide update * feat: style guide update * fix: make 'npm run font' use correct dest folder
This commit is contained in:
parent
e6953b067d
commit
e341a07fb5
7 changed files with 109 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
<article class="component">
|
||||
<header class="component__header">
|
||||
<h3 id="guide-{{ entry.title | slugify }}">{{ entry.title }}</h3>
|
||||
{% if entry.usage %}<p><strong>Usage:</strong> {{ entry.usage }}</p>{% endif %}
|
||||
{% if entry.usage %}<p>{{ entry.usage }}</p>{% endif %}
|
||||
</header>
|
||||
|
||||
<div class="component__content">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue