Skip to content

Instantly share code, notes, and snippets.

@KATT
Created May 22, 2014 17:01
Show Gist options
  • Save KATT/7838595858a62204d65d to your computer and use it in GitHub Desktop.
Save KATT/7838595858a62204d65d to your computer and use it in GitHub Desktop.
bem-stylus-example.styl
.namespace {
content: "placeholder";
}
.namespace-block {
content: "placeholder";
}
.namespace-block--element {
content: 'placeholder';
}
.namespace-block--element__modifier {
content: "placeholder";
}
.namespace {
content: "placeholder";
&-block {
content: "placeholder";
&--element {
content: 'placeholder';
&__modifier {
content: "placeholder";
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment