• Packages
  • Themes
  • Documentation
  • Blog
  • Discussions
Sign in

atom-bemmet

Atom plugin for bemmet
  • #bem
  • #bemjson
  • #emmet
  • #plugin
  • #snippet
tadatuta
2.0.0 4,324
2
  • Repo
  • Bugs
  • Versions
  • License
Flag as spam or malicious

atom-bemmet package

Atom plugin for bemmet.

How to use

To convert an abbreviation to BEMJSON press shift-cmd-C.

For example, this abbreviation

menu>__item*2>link_theme_islands

will be transformed into

{
    block: 'menu',
    content: [
        {
            block: 'menu',
            elem: 'item',
            content: {
                block: 'link',
                mods: {
                    theme: 'islands'
                },
                content: {}
            }
        },
        {
            block: 'menu',
            elem: 'item',
            content: {
                block: 'link',
                mods: {
                    theme: 'islands'
                },
                content: {}
            }
        }
    ]
}

I think this package is bad news.

Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.

  • Terms of Use
  • Privacy
  • Code of Conduct
  • Releases
  • FAQ
  • Contact
with by