Questions tagged [kotlin-css]

1 questions
0
votes
0 answers

how to specify background url for CSS using kotlin dsl

I want to load the background from a local file in the project using Kotlin dsl for css, and the original css file snippet looks like this: body { margin: 50; background: url("banana.png") repeat 0 0; animation: animate 15s infinite; …