- Sass
To live reload, run
sass --watch .\sass\main.sass main.css --no-source-map
Then, install Live Dev Reloader
plugin in Blockbench, trigger the Watch CSS or
theme file and select main.css
Install the Main.bbtheme file as a base.
Prettier is code formatter, you need Node.JS to use it, then run
npm install
. Then you can run
npx prettier ./
to format app