Skip to content

Instantly share code, notes, and snippets.

@knagode
Created March 27, 2017 09:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save knagode/b3061d115d0ee77d68b3f93d810167af to your computer and use it in GitHub Desktop.
Save knagode/b3061d115d0ee77d68b3f93d810167af to your computer and use it in GitHub Desktop.
contsats.scss
.contacts {
ul li {
backaground: gray;
&:nth-child(even) {
background: #aaa;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment