Skip to content

Commit

Permalink
Add gap shorthand data
Browse files Browse the repository at this point in the history
Closes #380
  • Loading branch information
Siilwyn committed Mar 25, 2024
1 parent 74380b4 commit 5a5c7ba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/core/shorthand-data.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ export const shorthandData = {
'font-family',
'line-height',
],
'gap': [
'column-gap',
'row-gap',
],
'grid': [
'grid-template-rows',
'grid-template-columns',
Expand Down

0 comments on commit 5a5c7ba

Please sign in to comment.