#[css_use]
Allows using an outer variable on rustyle! macro. Only constantly evaluable some expression allowed.
rustyle!
#[css_use] let Parent = css! { color: red; } let Child = css! { ${Parent} > & { color: white; } }