Norbi
10/14/2022, 12:49 PMmargin: auto
?
Currently I use this:
property("margin", "auto") // Somehow: margin(auto) ???
Thanks.hfhbd
10/15/2022, 10:19 AMproperty("margin", auto)
as a workaround: https://github.com/JetBrains/compose-jb/blob/master/web/core/src/jsMain/kotlin/org/jetbrains/compose/web/css/keywords/Keywords.kt
Or create a pull request with margin keywords like this: https://github.com/JetBrains/compose-jb/blob/master/web/core/src/jsMain/kotlin/org/jetbrains/compose/web/css/CSSEnums.kt and a margin style overload too