lemonsaurus / django-simple-bulma

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

Add a bulma-modal extension to handle modal events. #69

Closed lemonsaurus closed 3 years ago

lemonsaurus commented 3 years ago

Adds an extension that can be used to take care of modal events.

It also bumps the version for bulma to 0.9.2, so we have everything we need for the next release.

Resolves #68.