Just created some basic html, and was wondering, h...
# ktor
h
Just created some basic html, and was wondering, how do I implement css with it? Haven’t found much on it, so I’m like really confused.
g
Are you talking about Kotlin dsl for css?
h
I guess so. The one that would connect to the ktor kotlinx html builder
I was thinking dsl css
g
There is an issue in kotlinx.html about this: https://github.com/Kotlin/kotlinx.html/issues/31
h
Hmm but that's via strings, etc. Any way to have it as a dsl itself as part of kotlin?
d