Use BEM
BEM Modifiers should be @mixins.
Good:
@mixin primary-button--small {
padding: 0.7777777778em 2.5em;
&.primary-button--ghost-light,
Use BEM
BEM Modifiers should be @mixins.
Good:
@mixin primary-button--small {
padding: 0.7777777778em 2.5em;
&.primary-button--ghost-light,