the-dataface / figma2html

Export Figma frames as responsive HTML and CSS
https://www.figma.com/community/plugin/1109185297790825980/figma2html
MIT License
48 stars 8 forks source link

Convert CSS from camelCase to kebab-case #24

Closed sawyerclick closed 2 years ago

sawyerclick commented 2 years ago

I propose we switch to kebab-case for frame class names instead of camelCase. It's become fairly standard and is easiest to differentiate from a JS variable (for which we already use camelCase).

Changes would to apply to utils.ts and main.ts