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

parsing css variables #135

Closed
tbela99 opened this issue Jul 19, 2022 · 0 comments
Closed

parsing css variables #135

tbela99 opened this issue Jul 19, 2022 · 0 comments
Milestone

Comments

@tbela99
Copy link
Owner

tbela99 commented Jul 19, 2022

failing to parse value containing var() and cacl()

p {
 --theme-primary-350:rgb(calc(51 + var(--theme-primary-color-r) * .8), calc(51 + var(--theme-primary-color-g) * .8), calc(51 + var(--theme-primary-color-b) * .8));
}
@tbela99 tbela99 mentioned this issue Jul 19, 2022
Merged
tbela99 added a commit that referenced this issue Jul 19, 2022
@tbela99 tbela99 added this to the V0.3.8 milestone Jul 19, 2022
@tbela99 tbela99 closed this as completed Jul 19, 2022
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