bulma-switch icon indicating copy to clipboard operation
bulma-switch copied to clipboard

Any plan to migrate to bulma 1.0 ?

Open jbrazeau opened this issue 11 months ago • 1 comments

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 through cv.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 :

Screenshot 2024-04-02 at 22 28 28 Screenshot 2024-04-02 at 22 28 36

jbrazeau avatar Apr 02 '24 20:04 jbrazeau