Skip to content

Instantly share code, notes, and snippets.

@kreo
Forked from paceaux/BEMify
Created February 25, 2016 17:02
Show Gist options
  • Select an option

  • Save kreo/1601dc978e7d618104ac to your computer and use it in GitHub Desktop.

Select an option

Save kreo/1601dc978e7d618104ac to your computer and use it in GitHub Desktop.
Stylus BEM mixin
e(name)
&__{name}
{block}
m(name)
&--{name}
{block}
.header
color: red
+e(element)
font-size: 3em
+m(modifier)
font-weight: bold
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment