parser-lib
parser-lib copied to clipboard
Add support for CSS variables
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
+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?
ajaxorg/ace#3259
Still not supporting this css feature?
@medikoo Can you share the customized version of the parser that provides this functionality?
@esturrock https://github.com/medikoo/csslint-next
@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?