Skip to content

Instantly share code, notes, and snippets.

@Guilh
Created September 3, 2014 15:23
Show Gist options
  • Save Guilh/e41b0fd47f6550488c0f to your computer and use it in GitHub Desktop.
Save Guilh/e41b0fd47f6550488c0f to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
<div class="kaaya"></div>
// ----
// Sass (v3.4.1)
// Compass (v1.0.1)
// ----
@mixin qb($qb) {
@if $qb == "good" {
content: "Kaaya the messiah!";
}
@else if $qb == "bad" {
content: "Kaayeeeek!";
}
}
.kaaya:after {
@include qb(bad);
}
.kaaya:after {
content: "Kaayeeeek!";
}
<div class="kaaya"></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment