Skip to main content

Enhancing variables to have extra logic in place so that variables can be partially based off other variables


e.g.

Number

new_variable = “{other_number_variable} + 4”


String

new_variable = “{other_text_variable} New Text”


Colour

new_variable = “{other_color_variable}, opacity 4”


Boolean

new_variable = “not {other_boolean_variable}”

Hi there,


Thank you for sharing your idea! We greatly value your feedback, and we would like to gauge the reaction of other members in the community. We may consider it for future enhancements!


Thanks,

Toku


For example, is I have a variable “padding = 32”, allow me to add to the width number: “rpadding] * 2”


This would be great for setting up a flexible design system.


Reply