How to import CSS in Jotlin/JS?

Hi,

I am doing that with other JS libraries in my project by just adding to my main() function (it can also be placed somewhere else):

import kotlinext.js.require

fun main()
    require("@blueprintjs/core/lib/css/blueprint.css")
    ...
2 Likes