Skip to content

Instantly share code, notes, and snippets.

@tazeverywhere
Created April 1, 2016 16:40
Show Gist options
  • Save tazeverywhere/126082e2485af0cb8b85a414e9260d5f to your computer and use it in GitHub Desktop.
Save tazeverywhere/126082e2485af0cb8b85a414e9260d5f to your computer and use it in GitHub Desktop.
Css specificity with sass
&__link {
// Hacks for dealing with specificity
// http://csswizardry.com/2014/07/hacks-for-dealing-with-specificity/
&#{&} {
color: black;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment