Skip to content

Instantly share code, notes, and snippets.

@tamaspap
Created September 17, 2014 22:37
Show Gist options
  • Save tamaspap/2fa9589d0fe1faada59c to your computer and use it in GitHub Desktop.
Save tamaspap/2fa9589d0fe1faada59c to your computer and use it in GitHub Desktop.
.nav {
height: 30px;
&__list {
list-style: none;
&__item {
float: left;
&--featured {
color: #e86ea4;
}
}
}
}
.nav {
height: 30px;
}
.nav__list {
list-style: none;
}
.nav__list__item {
float: left;
}
.nav__list__item--featured {
color: #e86ea4;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment