Skip to content

Instantly share code, notes, and snippets.

@Xorandnotor
Created June 14, 2012 12:58
Show Gist options
  • Save Xorandnotor/2930125 to your computer and use it in GitHub Desktop.
Save Xorandnotor/2930125 to your computer and use it in GitHub Desktop.
Nested LESS Example
.link-group{
.list-header{
font-size:18px;
color:@pbHeader;
padding-bottom:8px;
margin-bottom:11px;
border-width:0 0 1px 0;
border-style:solid;
border-color:@borderColorStandard;
}
.link-list{
list-style-type:none;
margin:0 0 36px 0;
padding:0;
li {
list-style-type:none;
line-height:2em;
a {
font-size:12px;
color:@subduedTextColor;
}
}
}
&:hover .link-list li a{color:@linkColor;}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment