Skip to content

Commit

Permalink
Remove unused config properties
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwathan committed Feb 5, 2020
1 parent 0ea9eba commit 86e8e38
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions stubs/defaultConfig.stub.js
Original file line number Diff line number Diff line change
Expand Up @@ -416,8 +416,6 @@ module.exports = {
'50': '50',
},
gap: theme => theme('spacing'),
rowGap: {},
columnGap: {},
gridTemplateColumns: {
none: 'none',
'1': 'repeat(1, minmax(0, 1fr))',
Expand Down Expand Up @@ -664,8 +662,6 @@ module.exports = {
wordBreak: ['responsive'],
zIndex: ['responsive'],
gap: ['responsive'],
columnGap: ['responsive'],
rowGap: ['responsive'],
gridAutoFlow: ['responsive'],
gridTemplateColumns: ['responsive'],
gridColumn: ['responsive'],
Expand Down

0 comments on commit 86e8e38

Please sign in to comment.