MCPcopy Index your code
hub / github.com/bernaferrari/FigmaToCode / resetClassNameCounters

Function resetClassNameCounters

packages/backend/src/html/htmlMain.ts:75–77  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

73
74// Reset all class name counters - call this at the start of processing
75export function resetClassNameCounters(): void {
76 classNameCounters.clear();
77}
78
79// Convert styles to CSS format
80export function stylesToCSS(styles: string[], isJSX: boolean): string[] {

Callers 1

htmlMainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected