Skip to content

Instantly share code, notes, and snippets.

@jshawl
Created March 21, 2014 01:26
Show Gist options
  • Save jshawl/9677704 to your computer and use it in GitHub Desktop.
Save jshawl/9677704 to your computer and use it in GitHub Desktop.
a precess production
a{
color:red;
&:before{
content:'before';
}
}
a {
color: red;
}
a:before {
content: 'before';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment