We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d882d8d commit 3e2c626Copy full SHA for 3e2c626
stubs/defaultConfig.stub.js
@@ -419,6 +419,7 @@ module.exports = {
419
'11': 'repeat(11, 1fr)',
420
'12': 'repeat(12, 1fr)',
421
},
422
+ gridColumnGap: theme => theme('spacing'),
423
gridColumn: {
424
'span-1': 'span 1 / span 1',
425
'span-2': 'span 2 / span 2',
@@ -463,12 +464,11 @@ module.exports = {
463
464
'12': '12',
465
'13': '13',
466
- gridColumnGap: theme => theme('spacing'),
467
gridTemplateRows: {},
468
+ gridRowGap: theme => theme('spacing'),
469
gridRow: {},
470
gridRowStart: {},
471
gridRowEnd: {},
- gridRowGap: theme => theme('spacing'),
472
transformOrigin: {
473
center: 'center',
474
top: 'top',
0 commit comments