This requires scss work and will not work with CDN linked bulma.
Not sure what to do here.
Expose the scss stuff and let people link it in as an asset?
The scss to enable this is pretty trivial: https://gist.github.com/alalfakawma/b94de00f31895b91077a2e3f71ace1fe
But in general a lot around bulma revolves around altering variables in a scss setting, so the library should probably enable a way to utilize scss stuff from priv or asset folder, then expose that back out as something you can use in a ´link´ element.
Would appreciate feedback / oppinions @msaraiva :)