The CSS variables example <found here> doesn't wor...
# compose-web
e
The CSS variables example found here doesn't work. In my code I cannot set the variable, e.g.
MyVariables.contentBackgroundColor(Color("blue"))
seems impossible. Do I need to import anything? I can't find a setter/`invoke` operator in the source either. Was it removed?
So I need to be in a
StyleScope
context, that was my issue
I was trying to set a variable outside of a style scope