bulma-switch
bulma-switch copied to clipboard
Any plan to migrate to bulma 1.0 ?
I've created a patch for bulma-switch
by basically :
- switching from indented to sass syntax
- using sass for building process (instead of gulp)
- replacing
$color
variable usages by vars throughcv.getVar($name)
(because as far as I can see this allows to support bulma themes correctly instead if using direct colors) - adding a
sample.html
page to test the result (with a dark mode enabler)
The code is available here : https://gitlab.com/jf.brazeau/bulma-switch-migration
The changes are listed here : https://gitlab.com/jf.brazeau/bulma-switch-migration/-/commit/c3a2b3e2e61bfd1d420b73315aba78f963fd62fb
I think I will use the scss directly in my project until the extension is officially migrated.
The result :