Skip to content

Instantly share code, notes, and snippets.

@mirisuzanne
Created May 12, 2014 16:31
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 mirisuzanne/55b9ea71484d7373afb5 to your computer and use it in GitHub Desktop.
Save mirisuzanne/55b9ea71484d7373afb5 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.7)
// Compass (v1.0.0.alpha.18)
// ----
@mixin test {
& .something {
property: value;
}
}
@include test;
Base-level rules cannot contain the parent-selector-referencing character '&'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment