Skip to content

Instantly share code, notes, and snippets.

@GabeStah
Created December 11, 2015 15:41
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 GabeStah/4c08d9f0071f68d87a92 to your computer and use it in GitHub Desktop.
Save GabeStah/4c08d9f0071f68d87a92 to your computer and use it in GitHub Desktop.
SCSS Nesting - CSS Output
/* SCSS Nesting - CSS Output */
article {
color: #000;
}
article a {
padding: 4px 6px;
text-decoration: none;
}
article p {
display: block;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment