Created
December 28, 2014 05:08
-
-
Save ryanallen/b6efa3f4ff016f1ae4e7 to your computer and use it in GitHub Desktop.
Nesting Properties in SCSS
This file contains hidden or 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
.scene__adventure { | |
@include scene; | |
background: { /// : needs to replace the - for nested properties | |
color: $blue20; | |
image: url(#{$svg-path}space-adventure__stars.svg); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment