lemonsaurus / django-simple-bulma

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

Fix CompileError on Windows #17

Closed oguzhanogreden closed 5 years ago

oguzhanogreden commented 5 years ago

Fix for #16

lemonsaurus commented 5 years ago

It also seems that the linter is failing because of this:

2019-02-09T11:14:02.8705182Z ./django_simple_bulma/finders.py:40:1: W293 blank line contains whitespace

could you have a look at that, too?

lemonsaurus commented 5 years ago

Tested, this appears to work well.

By the way, thanks a million for the pull request.