Is there a way to specify inline styles in kotlinx...
# server
m
Is there a way to specify inline styles in kotlinx.html? Exploring the API hasn't uncovered it yet if it's there
s
Have you tried this
Copy code
div {
    style = "width: 100px"
}
m
Right you are, thanks. I was trying to do it in a way similar to how you set classes.