weaverbird
weaverbird copied to clipboard
CSS classes
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"