-
Notifications
You must be signed in to change notification settings - Fork 82
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
Add support for CSS variables #120
Comments
+1 :root {
--vr-Color-documentBackground: var(--vr-Color-lightbluegrey);
} This module cant parse both declaration name & value :( |
Any updates on this? |
Hi there, any chance for this one? |
Any updates on this? |
Still not supporting this css feature? |
@medikoo Can you share the customized version of the parser that provides this functionality? |
@medikoo Thank you for sharing! We would like to avoid replacing CSSLint if we can. The issue has also had us start exploring https://github.com/stylelint/stylelint as well, since it seems to be used and maintained a bit more. Either way, this is useful, thank you. |
Well.. its been ten years, still no CSS variables. Has there been any update on this issue? |
http://www.w3.org/TR/css-variables/
In current version parser doesn't tolerate it.
I need it on my side, and currently I work with customized version of parser that provides that.
I can help implement that feature, but first I would like to confirm wether you're open for that.
Let me know
The text was updated successfully, but these errors were encountered: