You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm sorry, but it looks like an error has occurred. Try changing the issue description to re-trigger Sweep. If this error persists contact team@sweep.dev.
For bonus GPT-4 tickets, please report this bug on Discord.
Please look at the generated plan. If something looks wrong, please add more details to your issue.
File Path
Proposed Changes
core/src/design/adapter/figma/adapter.ts
In the getStyledTextSegments() function, add a case for SMALL_CAPS and SMALL_CAPS_FORCED in the switch statement for textCase. Map these cases to the appropriate value for the CSS font-variant-caps property. In the getCssAttributes() function, add a case for font-variant-caps in the switch statement for cssAttribute. Map this case to the appropriate value for the CSS font-variant-caps property.
To recreate the pull request, leave a comment prefixed with "sweep:" or edit the issue.
This can be implemented with the CSS font-variant-caps property.
Will need to change:
getStyledTextSegments() in core/src/design/adapter/figma/adapter.ts
getCssAttributes() in core/src/design/adapter/figma/adapter.ts
The text was updated successfully, but these errors were encountered: