lemonsaurus / django-simple-bulma

Django application to add the Bulma CSS framework and its extensions
MIT License
136 stars 16 forks source link

Add support for multiple themes #62

Closed JonasUJ closed 3 years ago

JonasUJ commented 4 years ago

This closes #46

It basically generates a unique bulma.css stylesheet for each theme. I also decided that we should log a warning if someone tries to use a theme they haven't defined.

JonasUJ commented 4 years ago

The checks are failing on code I didn't introduce

lemonsaurus commented 4 years ago

The checks are failing on code I didn't introduce

Looks like it's just the trailing whitespace checker. Why don't you set up the pre-commit and just run it? It'll fix it right up.

lemonsaurus commented 4 years ago

To be perfectly clear, even though this PR didn't introduce this code, it's fine if you make a kaizen commit that fixes some trailing whitespace.