Last active
September 11, 2017 12:23
-
-
Save BuddyLReno/db3bf6aba29dbb480274f774c89e4d1e to your computer and use it in GitHub Desktop.
Sass Nesting
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Episodes> | |
<h2 class="title">My Title</h2> | |
</Episodes> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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