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 #36

Open
green-coder opened this issue Jan 26, 2021 · 0 comments
Open

Add support for css variables #36

green-coder opened this issue Jan 26, 2021 · 0 comments
Labels
enhancement New feature or request experimental Not sure what we want

Comments

@green-coder
Copy link
Owner

We may add a grammar for setting css variables, for example:

(* Matches "set-var-foobar-#fff" *)
set-css-variable = <'set-var-'> css-variable-name <'-'> encoded-css-value

or to read a css variable:

read-css-variable = <'var-'> css-variable-name

We may also add the read-css-variable in places where the user may want to use them. Not sure if we should add support for it everywhere or just start with places which require a color and experiment on that.

@green-coder green-coder added enhancement New feature or request experimental Not sure what we want labels Jan 26, 2021
@green-coder green-coder modified the milestones: v0.0.4, v0.0.5 Jul 22, 2021
@green-coder green-coder removed this from the v0.0.5 milestone Sep 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request experimental Not sure what we want
Projects
None yet
Development

No branches or pull requests

1 participant