Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Columns is-variable not working #3799

Closed
JoeyRumble opened this issue Apr 23, 2024 · 4 comments · Fixed by #3860
Closed

Columns is-variable not working #3799

JoeyRumble opened this issue Apr 23, 2024 · 4 comments · Fixed by #3860

Comments

@JoeyRumble
Copy link

This is about Bulma & the Docs.

Overview of the problem

This is about the Bulma CSS framework
This is about the Bulma & Docs
I'm using Bulma 1.0
My browser is: Chrome

Description

The columns 'is-variable' class with the different column gap class modifiers are not working. Neither on the document page (https://bulma.io/documentation/columns/gap/).

@willoma
Copy link

willoma commented Apr 23, 2024

I can confirm the behaviour.

I have tracked this down to

@forward "columns";

This line imports columns.scss, however the is-variable stuff is in columns-v2.scss.

@janosrusiczki
Copy link

janosrusiczki commented May 14, 2024

OK, so I'm not the only one.

It doesn't seem to be working in their documentation either: https://bulma.io/documentation/columns/gap/#variable-gap

I'm not exactly sure what should be happening, probably one should be able to click the .is-x class names and the example below should modify accordingly, but it doesn't work.

So I guess I'll be waiting until this gets fixed.

Later edit: After I wrote about the example in the documentation not working I noticed it is mentioned in OPs issue too.

@phil-w
Copy link

phil-w commented Jun 18, 2024

Yeah I can't get the columns to work very well at all, in general. The GRID seems more like it might be working.

@reneedraper
Copy link

reneedraper commented Jun 21, 2024

I did a little investigating...it looks like aside from what willoma found, the script referenced in klmn.html doesn't exist. <script src="{{ site.url }}/lib/klmn.js"></script>
It looks like you're supposed to be able to choose a variable gap to apply to the columns below.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants