-
-
Save kreo/1601dc978e7d618104ac to your computer and use it in GitHub Desktop.
Stylus BEM mixin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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