Is there a type-safe way to set CSS `margin: auto` ? Currently I use this: ```property("margin", "au...
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