<@U33H6SB2B> what is `kotlin-cssom-core` and how d...
# javascript
a
@turansky what is
kotlin-cssom-core
and how does it differ from
kotlin-css
in kotlin wrappers repositories?
t
kotlin-cssom-core
is generated from
@types/web
and it’s zero-runtime declarations for CSSOM
kotlin-css
is written manually Multiplatform declarations for CSSOM with runtime
a
and how does
kotlin-cssom-core
differ from
kotlin-csstype
?
t
kotlin-csstype
uses
kotlin-cssom-core
and contains common builders for CSS properties object
a
Thanks again for the clarification. Don't get tired of me just yet