Skip to content

Independent entities #4

@unlok

Description

@unlok

What about independent entities without binding to BEM?

Like this:

{
  block: 'foo',
  content: [
    {tag: 'strong', content: 'HELLO'},
    ',',
    {tag: 'i', content: 'WORLD'},
  ]
}
<div class="foo">
  <strong>HELLO</strong>,<i>WORLD</i>
</div>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions