Skip to content

Commit daf8b36

Browse files
committed
1 parent c65e41b commit daf8b36

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

stubs/defaultConfig.stub.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,12 @@ module.exports = {
120120
900: '#702459',
121121
},
122122
},
123+
screens: {
124+
sm: '640px',
125+
md: '768px',
126+
lg: '1024px',
127+
xl: '1280px',
128+
},
123129
spacing: {
124130
px: '1px',
125131
'0': '0',
@@ -366,12 +372,6 @@ module.exports = {
366372
'12': '12',
367373
},
368374
padding: theme => theme('spacing'),
369-
screens: {
370-
sm: '640px',
371-
md: '768px',
372-
lg: '1024px',
373-
xl: '1280px',
374-
},
375375
stroke: {
376376
current: 'currentColor',
377377
},

0 commit comments

Comments
 (0)