Skip to content

Instantly share code, notes, and snippets.

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