Skip to content

Commit

Permalink
Move gap properties into Box alignment group
Browse files Browse the repository at this point in the history
  • Loading branch information
stormwarning committed Sep 22, 2024
1 parent 9ae62ca commit cf33c5e
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions groups.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,20 +97,15 @@ const propertyGroups = [
],
},

/**
* Gap.
* Relates to both Flexbox and Grid layout.
*/
{
properties: ['gap', 'row-gap', 'column-gap'],
},

/**
* Box alignment. Relates to both Flexbox and Grid layout.
* @see https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_box_alignment#reference
*/
{
properties: [
'gap',
'row-gap',
'column-gap',
'place-content',
'place-items',
'place-self',
Expand All @@ -125,7 +120,7 @@ const propertyGroups = [

/**
* Order.
* Relates to both Flexbox and Grid layout.
* Part of Display module, but relates to both Flexbox and Grid layout.
*/
{
properties: ['order'],
Expand Down

0 comments on commit cf33c5e

Please sign in to comment.