MCPcopy Create free account
hub / github.com/DTStack/molecule / getBEMModifier

Function getBEMModifier

src/common/className.ts:56–58  ·  view source on GitHub ↗
(blockOrElement: string, modifier: string)

Source from the content-addressed store, hash-verified

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

Callers 15

workbench.tsxFile · 0.90
index.tsxFile · 0.90
index.tsxFile · 0.90
base.tsFile · 0.90
base.tsFile · 0.90
base.tsFile · 0.90
base.tsFile · 0.90
base.tsFile · 0.90
horizontalView.tsxFile · 0.90
base.tsxFile · 0.90
base.tsxFile · 0.90
base.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected