mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
* feat: style guide update * feat: style guide update * fix: make 'npm run font' use correct dest folder
13 lines
392 B
HTML
13 lines
392 B
HTML
<article class="component">
|
|
<header class="component__header">
|
|
<h3 id="guide-{{ entry.title | slugify }}">{{ entry.title }}</h3>
|
|
{% if entry.usage %}<p>{{ entry.usage }}</p>{% endif %}
|
|
</header>
|
|
|
|
<div class="component__content component__content--color">
|
|
<div class="component__rendered component__rendered--color">
|
|
{{ entry.content }}
|
|
</div>
|
|
</div>
|
|
|
|
</article>
|