Skip to content

Instantly share code, notes, and snippets.

@GarthDB
Last active December 23, 2015 08:19
Show Gist options
  • Save GarthDB/6606584 to your computer and use it in GitHub Desktop.
Save GarthDB/6606584 to your computer and use it in GitHub Desktop.
/* topdoc
name: Button
description: A simple button
modifiers:
:active: Active state
:disabled: Disabled state
markup:
<a class="topcoat-button">Button</a>
<a class="topcoat-button is-active">Button</a>
<a class="topcoat-button is-disabled">Button</a>
example: http://codepen.io/
tags:
- desktop
- light
- mobile
- button
- quiet
blarg: very true
*/
.topcoat-button,
.topcoat-button--quiet,
.topcoat-button--large,
.topcoat-button--large--quiet,
.topcoat-button--cta,
.topcoat-button--large--cta {
/* all your css junk here */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment