Skip to content

Instantly share code, notes, and snippets.

@glynrob
Created July 14, 2013 22:08
Show Gist options
  • Save glynrob/5996319 to your computer and use it in GitHub Desktop.
Save glynrob/5996319 to your computer and use it in GitHub Desktop.
SCSS Nested
a{
color:#000000;
&:hover{
color:#CCCCCC;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment