Variables

Variables

Apart from primitive values, we can also pass variables to set dynamic properties.
Variables are resolved depending on the target.

For example, the @elodin/generator-javascript will render CSS variables by default.

button.elo

style Button {
backgroundColor: $bgColor
}