Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 2.59 KB

readme.md

File metadata and controls

40 lines (28 loc) · 2.59 KB

Awesome BEM Gitter chat

Tools, sites, articles about BEM (frontend development method)

Articles

Tools

Building

  • enb – build system with lots of bundled plugins and complex dependency system.
  • kabem - quick scaffolding and tweaking of HTML with BEM CSS.
  • gulp-bem – build helpers for working with layers, dependencies and blocks.
  • gulp-bem-pack – pack JavaScript files with layers support.

JQuery plugins

Layers

These layers does not rely on building system you use. They often contain CSS files, that written in BEM methodology and templates to generate HTML.

Template engines

  • bemto – mixins for writing BEM-style code for Jade.
  • beml – super simple HTML postprocessor to handle BEM.
  • bh – declarative BEMJSON to HTML processor.