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

After generating in some cases it is adding slash "/" #423

Open
miqayelsrapionyan opened this issue Mar 18, 2024 · 0 comments
Open

After generating in some cases it is adding slash "/" #423

miqayelsrapionyan opened this issue Mar 18, 2024 · 0 comments

Comments

@miqayelsrapionyan
Copy link

miqayelsrapionyan commented Mar 18, 2024

I couldnt find the case, but after generating it is like this

linear-gradient(var(--color-primary-color-custom / rgba(221,23,160,1)),var(--color-primary-color-custom,rgb(221 23 160)))

another example i have this one that is not broken

border-color:var(--color-8,rgb(0 0 0));

and this one that is broken, in same file

color:var(--color-8 / rgba(0,0,0,1));

I tried to repreduce with original data, but didont succed, i dont know why i got this on my stage environement but not local.
Both are latest version.

Thanks!

Here are full files
generated_css.zip

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