Skip to content

Commit 86e8e38

Browse files
committed
Remove unused config properties
1 parent 0ea9eba commit 86e8e38

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

stubs/defaultConfig.stub.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -416,8 +416,6 @@ module.exports = {
416416
'50': '50',
417417
},
418418
gap: theme => theme('spacing'),
419-
rowGap: {},
420-
columnGap: {},
421419
gridTemplateColumns: {
422420
none: 'none',
423421
'1': 'repeat(1, minmax(0, 1fr))',
@@ -664,8 +662,6 @@ module.exports = {
664662
wordBreak: ['responsive'],
665663
zIndex: ['responsive'],
666664
gap: ['responsive'],
667-
columnGap: ['responsive'],
668-
rowGap: ['responsive'],
669665
gridAutoFlow: ['responsive'],
670666
gridTemplateColumns: ['responsive'],
671667
gridColumn: ['responsive'],

0 commit comments

Comments
 (0)