This is an example of a style guide written in mdcss.
Button styles can be applied to any element. Typically you'll want to use either a <button> or an <a> element:
<button>
<a>
<button class="btn">Click</button>
Link styles can only be applied to <a> elements.
<a class="btn" href="/some-page">Some page</a>
Captions do their own things.
<figure> <img src="//placehold.it/500x250"> <figcaption>This is a figure.</figcaption> </figure>
You can also import content with the import header.
import
/*--- Title: Imported Content import: basic-import.md ---*/
Thanks for reading.