(blockOrElement: string, modifier: string)
| 54 | * @param modifier |
| 55 | */ |
| 56 | export function getBEMModifier(blockOrElement: string, modifier: string) { |
| 57 | return `${blockOrElement}--${modifier}`; |
| 58 | } |
| 59 | |
| 60 | /** |
| 61 | * Returns the className of font-family in mac |
no outgoing calls
no test coverage detected