Skip to content

Instantly share code, notes, and snippets.

@jshawl
Created March 20, 2014 12:39
Show Gist options
  • Save jshawl/9662897 to your computer and use it in GitHub Desktop.
Save jshawl/9662897 to your computer and use it in GitHub Desktop.
a precess production
// ----
// Sass (v3.3.3)
// Compass (v1.0.0.alpha.18)
// ----
a{
color:red;
&:before{
content:'before';
}
}
a{
color:red;
&:before{
content:'before';
}
}
a {
color: red;
}
a:before {
content: 'before';
}
a {
color: red;
}
a:before {
content: 'before';
}
a {
color: red;
}
a: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