Relative Content

Tag Archive for sassbulma

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)?