You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When importing columns module I do not have --bulma-column-gap CSS variable defined
Steps to Reproduce
Import columns module scoped to some class:
Use simple columns:
<divclass="columns"><divclass="column is-4-desktop">
Smaller column
</div><divclass="column">
Big column
</div></div>
Check computed width of fixed column:
Expected behavior
The variable --bulma-column-gap should get set.
Actual behavior
The reason is that the --bulma-column-gap variable is missing, so the width does not get set.
By setting the variable manually, the columns start to work.
Do I have to import anything else? Is it the limitation of scoped imports?
Thanks
The text was updated successfully, but these errors were encountered:
Overview of the problem
This is about the Bulma CSS framework
I'm using Bulma version [1.0.1]
I am sure this issue is not a duplicate?
Description
When importing columns module I do not have
--bulma-column-gap
CSS variable definedSteps to Reproduce
width
of fixed column:Expected behavior
The variable
--bulma-column-gap
should get set.Actual behavior
The reason is that the
--bulma-column-gap
variable is missing, so the width does not get set.By setting the variable manually, the columns start to work.
Do I have to import anything else? Is it the limitation of scoped imports?
Thanks
The text was updated successfully, but these errors were encountered: