I have a question regarding selector. Is it possib...
# compose-web
t
I have a question regarding selector. Is it possible in current version to define styles for HTML elements (eg. for
body
). I found this snippet for classes
Copy code
object AppStyleSheet : StyleSheet() {
    val myStyle by style {
       ...
    }
}
but I didn't find the way how to define styles for HTML elements globally. Thanks
o
t
Thanks a lot.