Skip to content

Instantly share code, notes, and snippets.

View ambienthack's full-sized avatar

Ambient Hack ambienthack

View GitHub Profile
@ambienthack
ambienthack / bem-builder.md
Last active August 13, 2023 00:27
BEM class name builder

About

If you use BEM for CSS class naming, this utility will help to construct CSS class names in your TypeScript code.

It allows you to specify Block class name once, and then use template string to costruct derivative class names and selectors in a more concise way. It also makes relations of BEM classes and selectors in TS code more obvious and maintainable.

Without bem-builder: