$primary : #121212; $link: $primary; // Override global Sass variables from the /utilities folder @use "bulma/sass/utilities" with ( $primary: $primary, $link: $primary, );
It is possible now with modular approach.