Skip to content

Instantly share code, notes, and snippets.

@GabeStah
Last active May 3, 2018 04:43
Show Gist options
  • Save GabeStah/eed665c9790697ed902e to your computer and use it in GitHub Desktop.
Save GabeStah/eed665c9790697ed902e to your computer and use it in GitHub Desktop.
SCSS Nesting
/* SCSS Nesting */
$text-color: #000;
article {
color: $text-color;
a {
padding: 4px 6px;
text-decoration: none;
}
p {
display: block;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment