Skip to content

Commit 5a5c7ba

Browse files
committed
Add gap shorthand data
Closes #380
1 parent 74380b4 commit 5a5c7ba

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/core/shorthand-data.mjs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ export const shorthandData = {
4646
'font-family',
4747
'line-height',
4848
],
49+
'gap': [
50+
'column-gap',
51+
'row-gap',
52+
],
4953
'grid': [
5054
'grid-template-rows',
5155
'grid-template-columns',

0 commit comments

Comments
 (0)