Skip to content

Instantly share code, notes, and snippets.

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