wellenvogel / avnav

using the raspberry pi as a nav computer
MIT License
87 stars 27 forks source link

Add scss availability #364

Closed dippeal closed 3 months ago

dippeal commented 3 months ago

I would like to use scss for the custom.css file.

wellenvogel commented 3 months ago

This is not foreseen in AvNav - but you can implement something by your own. Either go for an own (offline) toolchain or create some small js inside user.js to utilze sass in the browser (refer to https://sass-lang.com/blog/sass-in-the-browser/).