Last active
September 2, 2020 10:21
-
-
Save carl0zen/01ebb1e7fb6cc7aacf96896de718cf4d to your computer and use it in GitHub Desktop.
BEM example
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
<body class="scenery"> | |
<section class="scenery__sky"> | |
<div class="sky [sky--dusk / sky--daytime] [sky--foggy]"> | |
<div class="sky__clouds"></div> | |
<div class="sky__sun"></div> | |
</div> | |
</section> | |
<section class="scenery__ground"></section> | |
<section class="scenery__people"></section> | |
</body> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment