Skip to content

Commit 82fe0b5

Browse files
committed
Improve README
1 parent 3dc4cef commit 82fe0b5

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<a href="https://www.figma.com/community/plugin/842128343887142055"><img src="assets/badge.png" height="60"/></a>
1414
</p>
1515

16-
Turning Figma designs into usable code can be a challenge, often requiring time-consuming manual work. Figma to Code simplifies that process. This plugin generates responsive layouts in `HTML`, `React (JSX)`, `Svelte`, `styled-components`, `Tailwind`, `Flutter`, and `SwiftUI` directly from your designs. Your feedback and ideas are always welcome.
16+
Converting Figma designs into usable code can be a challenge, often requiring time-consuming manual work. Figma to Code simplifies that process. This plugin generates responsive layouts in `HTML`, `React (JSX)`, `Svelte`, `styled-components`, `Tailwind`, `Flutter`, and `SwiftUI` directly from your designs. Your feedback and ideas are always welcome.
1717

1818
![Gif showing the conversion](assets/lossy_gif.gif)
1919

@@ -39,11 +39,9 @@ Converting visual designs to code inevitably encounters complex edge cases. Here
3939

4040
1. **Complex Layouts**: When working with mixed positioning (absolute + auto-layout), the plugin has to make intelligent decisions about how to structure the resulting code. It detects parent-child relationships and z-index ordering to produce the most accurate representation.
4141

42-
2. **Text Styling**: Rich text with multiple styles requires breaking into multiple elements while preserving layout relationships.
42+
2. **Color Variables**: The plugin detects and processes color variables, allowing for theme-consistent output.
4343

44-
3. **Color Variables**: The plugin detects and processes color variables, allowing for theme-consistent output.
45-
46-
4. **Gradients and Effects**: Different frameworks handle gradients and effects in unique ways, requiring specialized conversion logic.
44+
3. **Gradients and Effects**: Different frameworks handle gradients and effects in unique ways, requiring specialized conversion logic.
4745

4846
![Conversion Workflow](assets/examples.png)
4947

0 commit comments

Comments
 (0)