-
-
Save thiagodebastos/ffad566c379e9973a3d45179a0f3bbfe to your computer and use it in GitHub Desktop.
Stylus BEM mixin
This file contains 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