Skip to content

Instantly share code, notes, and snippets.

@tridungpham
Last active December 22, 2015 16:19
Show Gist options
  • Save tridungpham/6498402 to your computer and use it in GitHub Desktop.
Save tridungpham/6498402 to your computer and use it in GitHub Desktop.
@color: #666;
@type: 'bold';
body{
background-color: @color;
font-weight: @type;
}
#wrapper{
ul{
li{
a{
color:red;
&:hover{color:blue}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment