Skip to content

Instantly share code, notes, and snippets.

@chrisfromredfin
Created March 29, 2018 17:16
Show Gist options
  • Save chrisfromredfin/03a1829a9032ab6a2f0ef717e728617a to your computer and use it in GitHub Desktop.
Save chrisfromredfin/03a1829a9032ab6a2f0ef717e728617a to your computer and use it in GitHub Desktop.
/// Components: small, re-useable components used on the site.
/// @group components
/// @name Button
/// @group Components
/// @example markup
/// <a href="#" class="button">Click me</a>
%button {
border-radius: 5px;
background-color: green;
color: white;
font-weight: bold;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment