Is there a type-safe way to set CSS `margin: auto`...
# compose-web
n
Is there a type-safe way to set CSS
margin: auto
? Currently I use this:
Copy code
property("margin", "auto") // Somehow: margin(auto) ???
Thanks.
h