ive actually never done it, ive been using .css file for styling
d
dave08
12/20/2017, 3:41 AM
Html is a Kotlin DSL, since html can be dynamic... content of a page changes according to data... but css is usually static, so thers no real reason for doing css in a programming language like kotlin... if you do need dynamic css, i guess you could make your own DSL...