Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin throws an error if variable name includes % sign #269

Open
abelgibayev opened this issue Sep 6, 2023 · 2 comments
Open

Plugin throws an error if variable name includes % sign #269

abelgibayev opened this issue Sep 6, 2023 · 2 comments

Comments

@abelgibayev
Copy link

We have variables with % in name for opacity colors and export fails with errors in console.
Variables for such cases look like {foundation.color.blue-opacity.15%}, where 15% is the name of the variable.
image

Removing percent sign resolves the problem

@refikacimen
Copy link

We encountered the same issue. When exporting variables, no action occurred when variables with '%' in their names were present. We found that the export works correctly when '%' signs are removed from variable names.

Strangely, I also tested this issue in a sample file where I created variables that included the '%' sign, and the export worked smoothly there.

@certainlyakey
Copy link

This issue got resolved with an update to 6.10.3 for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants