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
This is about the Bulma CSS framework
I'm using Bulma 1.0.0 [x.x.x]
My browser is: Firefox Linux 123.0.1
I'm using the CDN version: <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@1.0.0/css/bulma.min.css">
Description
My home page grid previously used Tiles so I'm converting them to a fixed grid and would like to force specific column counts for mobile and desktop. I've swapped out classes, and now have:
This is about Bulma.
Overview of the problem
This is about the Bulma CSS framework
I'm using Bulma 1.0.0 [x.x.x]
My browser is: Firefox Linux 123.0.1
I'm using the CDN version:
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@1.0.0/css/bulma.min.css">
Description
My home page grid previously used Tiles so I'm converting them to a fixed grid and would like to force specific column counts for mobile and desktop. I've swapped out classes, and now have:
Steps to Reproduce
Use the fixed-grid
has-cols-$n-$breakpoint
classes.Expected behavior
The column count to match the class value.
Actual behavior
The column count remains at the default of 2.
The text was updated successfully, but these errors were encountered: