Skip to content

Instantly share code, notes, and snippets.

@ryanallen
Created December 28, 2014 05:08

Revisions

  1. ryanallen created this gist Dec 28, 2014.
    7 changes: 7 additions & 0 deletions gistfile1.scss
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    .scene__adventure {
    @include scene;
    background: { /// : needs to replace the - for nested properties
    color: $blue20;
    image: url(#{$svg-path}space-adventure__stars.svg);
    }
    }