mirror of
https://github.com/penpot/penpot-exporter-figma-plugin.git
synced 2025-01-10 09:00:08 -05:00
4 lines
111 B
TypeScript
4 lines
111 B
TypeScript
|
export const translateFontVariantId = (style: string) => {
|
||
|
return style.toLowerCase().replace(/\s/g, '');
|
||
|
};
|