Skip to content

Instantly share code, notes, and snippets.

@robinrendle
Created December 19, 2013 15:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robinrendle/8040635 to your computer and use it in GitHub Desktop.
Save robinrendle/8040635 to your computer and use it in GitHub Desktop.
The dreaded alt: the class names that we give components ought to be more descriptive than this.
.list--ticked-alt {
@extend .cf;
background-color: $color--red;
width: percentage(25/100);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment