Skip to content

Commit

Permalink
[Masonry] Adding a description and removing compat features (#707)
Browse files Browse the repository at this point in the history
* Adding a description for Masonry and removing compat features

* Update feature-group-definitions/masonry.yml

Co-authored-by: Daniel D. Beck <daniel@ddbeck.com>

---------

Co-authored-by: Daniel D. Beck <daniel@ddbeck.com>
  • Loading branch information
captainbrosset and ddbeck committed Mar 21, 2024
1 parent b093275 commit c4933cc
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions feature-group-definitions/masonry.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
name: Masonry
description: Masonry is a type of CSS grid layout where the items on one of the axes are tightly packed together, like brickwork, instead of leaving gaps to align across the other axis.
spec: https://drafts.csswg.org/css-grid-3/
status:
baseline: false
support: {}
compat_features:
- css.properties.align-tracks
- css.properties.grid-template-columns.masonry
- css.properties.grid-template-rows.masonry
- css.properties.justify-tracks
- css.properties.masonry-auto-flow

0 comments on commit c4933cc

Please sign in to comment.