Test Style Guide

This is an example of a style guide written in mdcss.

Base CSS

Buttons

Button styles can be applied to any element. Typically you'll want to use either a <button> or an <a> element:

<button class="btn">Click</button>

Captions

Captions do their own things.

<figure>
    <img src="//placehold.it/500x250">
    <figcaption>This is a figure.</figcaption>
</figure>

Imported Content

You can also import content with the import header.

/*---
Title:  Imported Content
import: basic-import.md
---*/

Thanks for reading.