Skip to content

Instantly share code, notes, and snippets.

@scottkellum
Created September 1, 2013 14:23
Show Gist options
  • Save scottkellum/6404763 to your computer and use it in GitHub Desktop.
Save scottkellum/6404763 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.2.10)
// Compass (v0.13.alpha.4)
// ----
%ticket-button {
stuff: stuff;
}
body.ticket .line .butto_ticket {
@extend %ticket-button;
}
body.booking .line .button {
@extend %ticket-button;
}
body.ticket .line .butto_ticket, body.booking .line .button {
stuff: stuff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment