We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
color: var(--color);
causes error: ERROR CSSVariable: Missing token for production ident: ('CHAR', '-', 155, 12) ERROR CSSVariable: Missing token for production end FUNC ")" ERROR PropertyValue: No match: ('CHAR', ')', 155, 19) ERROR PropertyValue: Unknown syntax or no value: var(--color) ERROR CSSStyleDeclaration: Syntax Error in Property: color: var(--color)
css var may not be useful in a email, but I am using it as a general css inline tool. thanks
The text was updated successfully, but these errors were encountered:
I suspect that's a limitation of cssutils which isn't getting much love and attention these days.
cssutils
Sorry, something went wrong.
No branches or pull requests
color: var(--color);
causes error:
ERROR CSSVariable: Missing token for production ident: ('CHAR', '-', 155, 12)
ERROR CSSVariable: Missing token for production end FUNC ")"
ERROR PropertyValue: No match: ('CHAR', ')', 155, 19)
ERROR PropertyValue: Unknown syntax or no value: var(--color)
ERROR CSSStyleDeclaration: Syntax Error in Property: color: var(--color)
css var may not be useful in a email, but I am using it as a general css inline tool. thanks
The text was updated successfully, but these errors were encountered: