Wikiki/bulma-switch

About import bulma-switch into angular project

Closed this issue · 1 comments

Hello, I'm trying to use the bulma-switch inside my angular project, install bulma-extensions through npm, but I do not know how to reference the bulma-switch for my css to work

Hi @DarielCC ,

I only provide sass file and not precompiled version (it's in progress).
So you can't import css directly. Instead you have to import sass version (using ~bulma-switch/switch).

Regards