Changelog
5.0.0 (2024-12-19)
Changelog
4.0.1 (2021-05-21)
/
should not be used as a division operation anymore, all division should use math.div()
instead.Changelog
4.0.0 (2017-04-12)
column
grid type is no longer supported, fractions
is the only remaining grid type. The last version to support columns is 3.0.1Changelog
3.0.1 (2017-03-24)
Changelog
3.0.0 (2017-03-06)
grid--content-stretch
class to ensure that direct child elements of all grid cells automatically occupy the full width and height of the cell.grid--content-unstretch
class to disable stretching behaviour of the direct child elements of grid cells within a grid section.cell--content-stretch
class to ensure that direct child elements of a specific grid cell automatically occupies the full width and height of the cell.grid--content-unstretch
class to disable stretching behaviour of the direct child elements of a specific cell within a grid section.$ezpz-grid-default-content-stretch
setting. The default setting is unstretch
, the alternative option is stretch
.Changelog
2.2.2 (2017-01-17)
Changelog
2.2.1 (2017-01-17)
baseline
property in grid and cell alignment error messages.Changelog
2.1.0 (2017-01-13)
$ezpz-grid-default-align
setting. The default setting is stretch
, the alternative options are: start
, center
and end
.Changelog
2.0.9 (2017-01-12)