Skip to content

Instantly share code, notes, and snippets.

@BuddyLReno
Last active September 11, 2017 12:23
Show Gist options
  • Save BuddyLReno/db3bf6aba29dbb480274f774c89e4d1e to your computer and use it in GitHub Desktop.
Save BuddyLReno/db3bf6aba29dbb480274f774c89e4d1e to your computer and use it in GitHub Desktop.
Sass Nesting
<Episodes>
<h2 class="title">My Title</h2>
</Episodes>
Episodes { //Namespace is inserted into the DOM by Angular
.title {
color: blue;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment