@mixin agenda($type: "Lesbian") { @if (rand(100) < 3) { &:before { content: "#{$type} Kisses 👄👄"; display: none; } } }