Skip to content

Instantly share code, notes, and snippets.

@cdharrison
Created October 16, 2013 05:55
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 cdharrison/7003209 to your computer and use it in GitHub Desktop.
Save cdharrison/7003209 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.0.rc.1)
// Compass (v0.13.alpha.7)
// ----
/* Nesting */
nav{
ul{
margin: 0;
padding: 0;
text-indent: 0;
}
li{
display: inline-block;
}
a{
display: block;
padding: 6px 12px;
}
}
/* Nesting */
nav ul {
margin: 0;
padding: 0;
text-indent: 0;
}
nav li {
display: inline-block;
}
nav a {
display: block;
padding: 6px 12px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment