lemonsaurus / django-simple-bulma

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

Add index.sass to sass_files_searches #63

Closed JonasUJ closed 4 years ago

JonasUJ commented 4 years ago

Some extensions use index.sass as an entry point instead of _all.sass.

This fixes a compilation error of bulma-tooltip I experienced in a docker container, but that I couldn't replicate outside of it.

JonasUJ commented 4 years ago

Checks fail on code that is fixed in this unmerged commit https://github.com/python-discord/django-simple-bulma/pull/62/commits/e1cc3236c5eddfa271bc60cc80eb892eb3a5e95f

lemonsaurus commented 4 years ago

@JonasUJ can you just add that commit into this branch then? You can use git cherry-pick to do this, and the commit will disappear from whichever PR is merged last. It doesn't result in duplicate commits.