lemonsaurus / django-simple-bulma

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

Update to Bulma-1.0.1 #100

Open bpepple opened 4 months ago

bpepple commented 4 months ago

Looks like Bulma finally released 1.0.0.

https://github.com/jgthms/bulma/releases/tag/1.0.0

hedyhli commented 4 months ago

With v1.0.0 Bulma has its own theme variables as well as CSS-only variable customization support without the need of configuring them in BULMA_SETTINGS. I wonder if it's possible to retain backwards-compatibility on django-simple-bulma's side while allowing users who wishes to upgrade, use Bulma v1.0.0.

Note also, that the way django-simple-bulma implements BULMA_SETTINGS (by setting variables in sass then @import Bulma) is no longer recommended.

intp1 commented 3 months ago

Looking forward to the updating to v1.0 of django-simple-bulma, especially the 'Dark Mode'.