Links, articles, layers for BEM
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
CONTRIBUTING.md Create CONTRIBUTING.md Aug 30, 2014
readme.md add csswizardry-grids Mar 11, 2015

readme.md

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.