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

Add support for centre and right aligned text #38

Closed svickars closed 2 years ago

svickars commented 2 years ago

Reads textHorizontalAlignment and adjusts x position of text elements, while adding a translate() and text-align property when necessary.

Also reads in textVerticalAlignment and adjust y position, but this hasn't been tested.

Closes #37