Skip to content

Instantly share code, notes, and snippets.

@ryanallen
Created December 28, 2014 05:08
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 ryanallen/b6efa3f4ff016f1ae4e7 to your computer and use it in GitHub Desktop.
Save ryanallen/b6efa3f4ff016f1ae4e7 to your computer and use it in GitHub Desktop.
Nesting Properties in SCSS
.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