astynax / hemmet

Emmet-like text expansion tool capable to produce HTML, CSS, file trees, that stuff
Other
20 stars 6 forks source link

Add "service blocks" support to BEM backend #2

Closed astynax closed 7 years ago

astynax commented 7 years ago

Service block example:

<div class="menu">
  <div class="menu-item menu__menu-item">
    <div class="menu-item__label menu-item_disabled_t">
...

Here menu-item is a service block mixed with element.

astynax commented 7 years ago

Done. Corresponding syntax: :menu>.menu-item:menu-item>.label~disabled_t