It would be cool to add the option to specify the columns to fit the remaining space according to the viewport's width.
Actual behavior
Currently z-grid__col--fit is not available to the media braekpoints, thus it's impossible to conditionally set specify the column to fit the remaining space.
Expected behavior
z-grid__col--fit should be conditionally configured through the available media breakpoints. Basically we would implement z-grid__col--sm-fit, z-grid__col--md-fit, z-grid__col--lg-fit and z-grid__col--xl-fit.
It would be cool to add the option to specify the columns to fit the remaining space according to the viewport's width.
Actual behavior
Currently
z-grid__col--fit
is not available to the media braekpoints, thus it's impossible to conditionally set specify the column to fit the remaining space.Expected behavior
z-grid__col--fit
should be conditionally configured through the available media breakpoints. Basically we would implementz-grid__col--sm-fit
,z-grid__col--md-fit
,z-grid__col--lg-fit
andz-grid__col--xl-fit
.