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

Feature request - single label/key for multiple values #312

Open
jep-dev opened this issue Apr 4, 2017 · 0 comments
Open

Feature request - single label/key for multiple values #312

jep-dev opened this issue Apr 4, 2017 · 0 comments

Comments

@jep-dev
Copy link

jep-dev commented Apr 4, 2017

A single drop-down menu item corresponds to a single block/string, but to map to several blocks, you need several separate label/key pairs. For example:

/*[[nightmode[1]]]*/ --> invert(100%)
/*[[nightmode[2]]]*/ --> hue-rotate(180deg)
filter: /*[[nightmode[1]]]*/ /*[[nightmode[2]]]*/; or filter: /*[[nightmode]]*/; --> filter: invert(100%) hue-rotate(180deg);

Currently this requires either one menu item per combination of values or independent drop-down menus for each value, e.g. filter: /*[[nightmode1]]*/ /*[[nightmode2]]*/;.

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

1 participant