Skip to content

Instantly share code, notes, and snippets.

@kpennell
Created December 4, 2015 04:47
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 kpennell/7dec96d77b4e221aed6c to your computer and use it in GitHub Desktop.
Save kpennell/7dec96d77b4e221aed6c to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
nav {
ul {
list-style: none;
li {
display: inline-block;
a {
color: #111;
text-decoration: none;
}
}
}
}
nav ul {
list-style: none;
}
nav ul li {
display: inline-block;
}
nav ul li a {
color: #111;
text-decoration: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment