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