weaverbird icon indicating copy to clipboard operation
weaverbird copied to clipboard

CSS classes

Open davinov opened this issue 4 years ago • 0 comments

In step forms, I noticed no fixed convention for CSS classes. In other ToucanToco projects, we use BEM classes. It avoids confusion and name collision.

I suggest we apply the same convention here.

Example: https://github.com/ToucanToco/weaverbird/pull/536/files/5f1aa614674951c2cd08bc95480ef47966f2370d#diff-17991a7509024f08f53d766e0459330eR14 class="formulaInput" to class="formula-step-form__formula"

davinov avatar May 13 '20 16:05 davinov