Should be able to see styles in view only mode

I created a DSL for my Figma project with Components and styles exported.

The problem is that styles show as raw CSS in inspect, instead of showing which style to use.
e.g. if I have a text style as Heading2, it will show the CSS styles, and won’t the style name anywhere, which makes it difficult for the developer to map them to the React Component Library (same thing happens with colors, drop-shadow etc)
Can I view the style names just like I can see variants names, or Do I have to create variants to convert that information correctly?

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.