bulma
bulma copied to clipboard
Columns is-gap tablet breakpoint is always applied even when different gap is specified for desktop
This is about Bulma.
Overview of the problem
Columns is-gap
doesn't appear to apply higher breakpoints are applied, see pen below.
Description
Relevant pen: https://codepen.io/sNx-b1-s-QAXt-4o-_dwx-6u5F-9G/pen/dyZbvxV
is-6-tablet
always applies at all breakpoints, even though is-0-desktop
and is-2-widescreen
should be applied at their respective breakpoints.
Steps to Reproduce
Add columns is-variable is-6-tablet is-0-desktop is-2-widescreen
and any number of column
children
Expected behavior
Column gaps should appear at their respective breakpoints
Actual behavior
Tablet gap is always applied