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

[BUG] ma ually input colors without alpha will break... everything. #175

Open
AveryVeilfaire opened this issue Oct 23, 2024 · 0 comments
Open

Comments

@AveryVeilfaire
Copy link

AveryVeilfaire commented Oct 23, 2024

When manually entering hex colors that include an alpha, but not putting that section in, it will break the entire style sheet up into that point because the json entered will become uniterable past that point. EX

{
"ITS@@tab-stacked-shadow-color@@dark": "#FF0000"
}

image

this makes the style itself fail past that selection and the import of any saved styles files that include that fail.

fix would be simple, force the selection to be rgba so it is included, or have the json reader check for rgb or rgba

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

1 participant