Skip to content

Instantly share code, notes, and snippets.

@joesoeph
Created April 19, 2019 03:26
Show Gist options
  • Save joesoeph/fe6cf551cfcb6ca58a2d8d8f5359d93e to your computer and use it in GitHub Desktop.
Save joesoeph/fe6cf551cfcb6ca58a2d8d8f5359d93e to your computer and use it in GitHub Desktop.
CSS Example Nesting (output SCSS)
nav ul {
margin: 0;
padding: 0;
list-style: none;
}
nav li {
display: inline-block;
}
nav a {
display: block;
padding: 6px 12px;
text-decoration: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment