I was trying to change the gap for my columns by setting the $column-gap before Bulma import as documented. But the gap was not changing and I saw that part of the code.
Shouldn't that --columnGap be --columnGap: $column-gap or just use $column-gap instead of --columnGap???
If something like this looks okay, I'll file a PR:

...etc, etc, etc. I don't know exactly how wordy Bulma typically likes the variable names to be. (Or if that's even a good variable name, but it can easily be changed before I make a commit.)
edit: I'm realizing that I don't know enough about Sass/SCSS to know if that !default will cause issues there, so I'm going to hold off on filing anything for now until I can better understand what to do here. I thought this was a simple fix but I didn't notice that bit. I'm still learning all the complexities of all this!
edit2: Learned that it's not an issue, but I had to have it in #{ } brackets anyway. Still learning! Updated my screenshot.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Most helpful comment
If something like this looks okay, I'll file a PR:
...etc, etc, etc. I don't know exactly how wordy Bulma typically likes the variable names to be. (Or if that's even a good variable name, but it can easily be changed before I make a commit.)
edit: I'm realizing that I don't know enough about Sass/SCSS to know if that !default will cause issues there, so I'm going to hold off on filing anything for now until I can better understand what to do here. I thought this was a simple fix but I didn't notice that bit. I'm still learning all the complexities of all this!
edit2: Learned that it's not an issue, but I had to have it in #{ } brackets anyway. Still learning! Updated my screenshot.