-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
variables in property names? #411
Comments
Not currently. Variables are only valid as values. |
Would be a great improvement to allow variables in properties names |
yes variable variables would be a great addition. |
duplicate of #36 |
stefanklug
pushed a commit
to stefanklug/carto
that referenced
this issue
Jan 27, 2019
stefanklug
pushed a commit
to stefanklug/carto
that referenced
this issue
Jan 27, 2019
… regex to parse floats
stefanklug
pushed a commit
to stefanklug/carto
that referenced
this issue
Jan 27, 2019
… to test for strings that begin with a number, but shouldn't be treated as one
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to write a mixin that lets me dynamically set a property based on a mixin argument. Here's what I'm trying to do:
I've tried a number of ways, above is using JavaScript (ticks) but it doesn't work. Is this supported?
The text was updated successfully, but these errors were encountered: