Skip to content

Instantly share code, notes, and snippets.

@flaviozantut
Created May 14, 2012 00:34
Show Gist options
  • Save flaviozantut/2690935 to your computer and use it in GitHub Desktop.
Save flaviozantut/2690935 to your computer and use it in GitHub Desktop.
Namespace less
#teste {
.button {
display: block;
border: 1px solid black;
background-color: grey;
&:hover { background-color: red }
}
}
#bundle {
.button {
display: block;
border: 1px solid black;
background-color: grey;
&:hover { background-color: white }
}
.tab { #teste > .button; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment