lemonsaurus / django-simple-bulma

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

Support more than one custom SCSS file. #74

Closed lemonsaurus closed 3 years ago

lemonsaurus commented 3 years ago

This is such a stupid error, I was removing the SimpleBulmaFinder from the list of finders inside a loop, so whenever there were more than one custom SCSS files, it would just crash.

Cleaned that up now, and restructured the file a little.