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

Add support for CSS variables #120

Open
medikoo opened this issue Jul 22, 2014 · 9 comments
Open

Add support for CSS variables #120

medikoo opened this issue Jul 22, 2014 · 9 comments

Comments

@medikoo
Copy link

medikoo commented Jul 22, 2014

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

@MoOx
Copy link

MoOx commented Aug 13, 2014

+1

:root {
  --vr-Color-documentBackground: var(--vr-Color-lightbluegrey);
}

This module cant parse both declaration name & value :(

@optikfluffel
Copy link

Any updates on this?

@gabriellecrawford
Copy link

Hi there, any chance for this one?

@xylix
Copy link

xylix commented Jun 13, 2017

Any updates on this?

ajaxorg/ace#3259

hlfcoding added a commit to hlfcoding/hlf-dom-extensions that referenced this issue Oct 15, 2017
@esturrock
Copy link

Still not supporting this css feature?

@esturrock
Copy link

@medikoo Can you share the customized version of the parser that provides this functionality?

@medikoo
Copy link
Author

medikoo commented Aug 17, 2020

@esturrock
Copy link

@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.

@misterjacket
Copy link

misterjacket commented May 7, 2024

Well.. its been ten years, still no CSS variables. Has there been any update on this issue?

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

7 participants