-
Notifications
You must be signed in to change notification settings - Fork 151
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
Support CSS variables #580
Comments
looks doable, but a little hacky: https://stackoverflow.com/questions/41370741/how-do-i-edit-a-css-variable-using-js |
I would like to take a stab at a PR for this, but it might be post NYE before I can get to it. |
Seems like it should support scoping of some kind: |
maybe
to do this we'll likely need to change the lexer to recognize a double dash followed by an alpha as a single token of a new type, and then make it act like a property. We should also add |
Discussion on the discord seemed to support this idea (with support from Carson), using the following syntax:
The text was updated successfully, but these errors were encountered: