Skip to content

Instantly share code, notes, and snippets.

@KittyGiraudel
Created June 9, 2014 14:20
Show Gist options
  • Save KittyGiraudel/9cffd280c0add4dc28b6 to your computer and use it in GitHub Desktop.
Save KittyGiraudel/9cffd280c0add4dc28b6 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.8)
// Compass (v1.0.0.alpha.19)
// ----
// Placeholder using &
// ---
%C {
Z & {
property: value;
}
}
// Selector with 2 elements
// ---
// Why is "A Z B" even generated?
// I feel like it should only output "Z A B".
// ---
A B {
@extend %C;
}
Z A B, A Z B {
property: value;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment