Skip to content

Instantly share code, notes, and snippets.

@seantimm
Created May 14, 2014 17:36
Show Gist options
  • Save seantimm/fe94d43acebf3f1d642a to your computer and use it in GitHub Desktop.
Save seantimm/fe94d43acebf3f1d642a to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v0.7.0)
// ----
// Libsass vs. SASS errors - switch in control panel to see the problem
@im port "_foo.scss" // Comment out to see next problem...
%foo {
max-width: 80%;
}
@media screen and (min-width: 300px) {
body {
@extend %foo;
}
}
@im port "_foo.scss" %foo {
max-width: 80%; }
@media screen and (min-width: 300px) { }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment