Skip to content

Commit 3e2c626

Browse files
committed
Re-order grid theme values
1 parent d882d8d commit 3e2c626

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stubs/defaultConfig.stub.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,7 @@ module.exports = {
419419
'11': 'repeat(11, 1fr)',
420420
'12': 'repeat(12, 1fr)',
421421
},
422+
gridColumnGap: theme => theme('spacing'),
422423
gridColumn: {
423424
'span-1': 'span 1 / span 1',
424425
'span-2': 'span 2 / span 2',
@@ -463,12 +464,11 @@ module.exports = {
463464
'12': '12',
464465
'13': '13',
465466
},
466-
gridColumnGap: theme => theme('spacing'),
467467
gridTemplateRows: {},
468+
gridRowGap: theme => theme('spacing'),
468469
gridRow: {},
469470
gridRowStart: {},
470471
gridRowEnd: {},
471-
gridRowGap: theme => theme('spacing'),
472472
transformOrigin: {
473473
center: 'center',
474474
top: 'top',

0 commit comments

Comments
 (0)