Skip to content

Instantly share code, notes, and snippets.

@philipusis
Created September 27, 2016 00:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save philipusis/ef74ee8e1f63fb3300c83e5d6dfe58e0 to your computer and use it in GitHub Desktop.
Save philipusis/ef74ee8e1f63fb3300c83e5d6dfe58e0 to your computer and use it in GitHub Desktop.
/* begin: /home/philip/BEM/sixth-bem/blocks/header/header.bemhtml.js */
block('header')(
content()(function () {
return
[
{
elem: 'header-content',
content: []
},
{
elem: 'stripe',
elemMods: { color: 'light', height: 'thick' }
},
{
elem: 'stripe',
elemMods: { color: 'dark', height: 'thin' }
},
{
elem: 'stripe',
elemMods: { color: 'light', height: 'thin' }
}
];
})
);
/* end: /home/philip/BEM/sixth-bem/blocks/header/header.bemhtml.js */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment