Skip to content

Instantly share code, notes, and snippets.

@khamer
Created March 24, 2014 19:10
Show Gist options
  • Select an option

  • Save khamer/9746985 to your computer and use it in GitHub Desktop.

Select an option

Save khamer/9746985 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.4)
// Compass (v1.0.0.alpha.18)
// ----
%blue {
background: blue;
}
@media only screen and (min-width: 9999px) {
p {
@extend %blue;
}
}
You may not @extend an outer selector from within @media.
You may only @extend selectors within the same directive.
From "@extend %blue" on line 7.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment