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 encountered a problem with the style escaping in the inline HTML of the plugin's iframe when using @create-figma-plugin with tailwindcss. The issue seems to arise from the lack of escaping \ characters in the generated inline style.
Expected Behavior
The inline HTML style in the plugin's iframe should properly escape \ characters, ensuring correct rendering of styles with class names that contain colons and other special characters.
Actual Behavior
The inline HTML style lacks proper escaping of \ characters, resulting in incorrect rendering of styles containing class names with colons.
Describe the Bug
I encountered a problem with the style escaping in the inline HTML of the plugin's iframe when using
@create-figma-plugin
with tailwindcss. The issue seems to arise from the lack of escaping\
characters in the generated inline style.Expected Behavior
The inline HTML style in the plugin's iframe should properly escape
\
characters, ensuring correct rendering of styles with class names that contain colons and other special characters.Actual Behavior
The inline HTML style lacks proper escaping of
\
characters, resulting in incorrect rendering of styles containing class names with colons.Code Example
The text was updated successfully, but these errors were encountered: