Stylesheets

CSS is compiled from Sass files in src/ekklesia_portal/sass which include files from Bootstrap and Font Awesome.

sassc is used as Sass compiler.

Generate CSS

Compile CSS (look at dodo.py to see what this does):

doit css_compile

To compile changes to stylesheets (and translations) automatically in the background, run:

doit_auto