Skip to content

Instantly share code, notes, and snippets.

@jshawl
Created March 19, 2014 15:31
Show Gist options
  • Save jshawl/9644220 to your computer and use it in GitHub Desktop.
Save jshawl/9644220 to your computer and use it in GitHub Desktop.
a sasscade production
a{
color:red;
&:before{
display:block;
clear:both;
float:right;
}
}
a {
color: red;
}
a:before {
display: block;
clear: both;
float: right;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment