Skip to content

Instantly share code, notes, and snippets.

@JohnAlbin
Created September 30, 2013 07:24
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 JohnAlbin/6760376 to your computer and use it in GitHub Desktop.
Save JohnAlbin/6760376 to your computer and use it in GitHub Desktop.
Sass & Compass, Chapter 3: Nested properties
hr {
height: 0;
border: none {
top: 1px solid black;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment