Using module’s functions within `use` in Sass/SCSS (when customising Bulma, but also in general)
Summary The issue at hand is using module functions within the @use rule in Sass/SCSS, specifically when customizing Bulma. The goal is to utilize functions like findColorInvert provided by the Bulma module to modify colors during the customization process. Root Cause The root cause of this issue lies in the way Sass handles the @use … Read more