-
-
Notifications
You must be signed in to change notification settings - Fork 70
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
allow var functions in style.color values #125
Comments
cdoublev
added a commit
to cdoublev/cssstyle
that referenced
this issue
May 23, 2021
Fixes jsdom#125.
Closed
cdoublev
added a commit
to cdoublev/cssstyle
that referenced
this issue
May 24, 2021
cdoublev
added a commit
to cdoublev/cssstyle
that referenced
this issue
Jun 9, 2021
cdoublev
added a commit
to cdoublev/cssstyle
that referenced
this issue
Jun 10, 2021
cdoublev
added a commit
to cdoublev/cssstyle
that referenced
this issue
Jun 11, 2021
cdoublev
added a commit
to cdoublev/cssstyle
that referenced
this issue
Jun 14, 2021
This comment was marked as spam.
This comment was marked as spam.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I've seen that when I try to insert a value to style.color a function called parseColor not allow to use values with var function like var(--customVar).
One solution is add another regEx in parser.valueType to return a color type but maybe there is a more transversal solution wich is being implementig to support this kind of values in all properties.
Thank you for your help
The text was updated successfully, but these errors were encountered: