bernaferrari / FigmaToCode

Generate responsive pages and apps on HTML, Tailwind, Flutter and SwiftUI.
https://www.figma.com/community/plugin/842128343887142055
GNU General Public License v3.0
3.8k stars 303 forks source link

tailwindRotation should emit "transform" class #25

Closed colorfulfool closed 3 years ago

colorfulfool commented 3 years ago

Tailwind's rotate class doesn't have effect unless transform class is also present. https://tailwindcss.com/docs/rotate#usage

Since you don't seem to use any other Tailwind transforms, I've crudely added the class right into tailwindRotation.

bernaferrari commented 3 years ago

Oh! I didn't know this! Thanks!