Skip to content

Instantly share code, notes, and snippets.

@chriseppstein
Last active October 21, 2015 14:48
Show Gist options
  • Save chriseppstein/5b565c6f228ca0e63e01 to your computer and use it in GitHub Desktop.
Save chriseppstein/5b565c6f228ca0e63e01 to your computer and use it in GitHub Desktop.
@mixin agenda($type: "Lesbian") {
@if (rand(100) < 3) {
&:before {
content: "#{$type} Kisses 👄👄";
display: none;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment