I’m thinking of using less.js instead of the standard CSS (or maybe SASS or SCSS) but am new to this and wondering if there is any compiler functions built into Wappler? (especially now that Node.JS has arrived)
Or would i need to compile the files as per normal outside of Wappler?
I used to use prepros and was quite happy with it, but since VSCode got a live Sass compiler extension – Live Sass Compiler – I do all my Sass on VSCode.
You can leave the normal ‘style.css’ attached if you use Wappler / Bootstrap styles and just add the compiled css file (e.g. 'my-style.css) below it. Otherwise, if you don’t use styles in Wappler and do everything in sass, you might as well just have the one css file.
EDIT: I just noticed this is an old post. Never mind, the info remains the same.