Setting a transparent background on bulma hero?
How to set the background colour of a hero element in Bulma to transparent?
Add custom color to both light and dark mode in bulma
Bulma 1.0 added support for dark mode.
Bulma – SCSS customization for own component
In BULMA or SCSS maybe more specifically I want to use a component but sort of take a copy of it rather than overriding it, is the only way to do this through extend, or are there other mechanisms.
Specifically I want to use the BULMA dropdown to implement a dropdown selector to replace <select…><option…>. But I don’t want to change the BULMA classes themselves (dropdown, dropdown-item, …> as I may want to use those for their typical use case in other scenarios.
So what is the best way to do this in SCSS (is extend the only option)?