Bookmarked Should masonry be part of CSS grid? by .
If we go with the new syntax (
display: masonry
), it will need a few years to become supported in all major browsers. Let’s be honest, a layout is a major part of a web page that makes it hard to apply progressive enhancement. You either have a masonry or not, right?Making it part of CSS grid will at least guarantee that the layout will work, but without the masonry stuff.