Skip to content

Instantly share code, notes, and snippets.

@TheNotary
Last active June 7, 2016 04:37
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 TheNotary/cc71b0feab0490802ac679311ca9dfc4 to your computer and use it in GitHub Desktop.
Save TheNotary/cc71b0feab0490802ac679311ca9dfc4 to your computer and use it in GitHub Desktop.
.hero {
background: ".."
&__overlay {
background: ".."
}
}
translates to:
.hero {}
.hero__overlay {}
Also...
/* place holder selector */
%image-replace {
background-image: "...";
display: block;
color: red;
}
h1 {
@extend %image-replace;
}
Example of mixin inclusion...?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment