Hi! I want to use SASS in my project (Kotlin JS) b...
# javascript
t
Hi! I want to use SASS in my project (Kotlin JS) but not sure how to config the gradle for compiling SASS -> CSS. Currently, I have to run
sass
to compile.
r
This project is using SASS: https://github.com/rjaros/kvision-io Look at the dependencies and the
webpack.config.d/sass.js
❤️ 1
t
Thank you @Robert Jaros Let me take a look!
246 Views