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")
...
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")
...