Created
May 22, 2014 17:01
-
-
Save KATT/7838595858a62204d65d to your computer and use it in GitHub Desktop.
bem-stylus-example.styl
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
.namespace { | |
content: "placeholder"; | |
} | |
.namespace-block { | |
content: "placeholder"; | |
} | |
.namespace-block--element { | |
content: 'placeholder'; | |
} | |
.namespace-block--element__modifier { | |
content: "placeholder"; | |
} |
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
.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