Created
December 19, 2013 15:11
-
-
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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