Skip to content

Instantly share code, notes, and snippets.

@paceaux
Created July 14, 2014 20:41
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save paceaux/699841167ad401b718fc to your computer and use it in GitHub Desktop.
Save paceaux/699841167ad401b718fc 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