how to write SCSS using kotlin/js?
# javascript
a
how to write SCSS using kotlin/js?
b
Enable scss support in gradle dsl and then shove your scss files into sourceSet resources. You can then refer to them via relative paths ./my/scss/file.scss (root is the resources folder here)
a
Can't we write scss code directly from kotlin?
b
No, only css via kotlin-styled
a
Okay thanks
165 Views