Skip to content

Commit 95e925e

Browse files
committed
Move screens to top of config file
1 parent b5c3035 commit 95e925e

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

stubs/defaultConfig.stub.js

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ module.exports = {
33
important: false,
44
separator: ':',
55
theme: {
6+
screens: {
7+
sm: '640px',
8+
md: '768px',
9+
lg: '1024px',
10+
xl: '1280px',
11+
},
612
colors: {
713
transparent: 'transparent',
814

@@ -120,12 +126,6 @@ module.exports = {
120126
900: '#702459',
121127
},
122128
},
123-
screens: {
124-
sm: '640px',
125-
md: '768px',
126-
lg: '1024px',
127-
xl: '1280px',
128-
},
129129
spacing: {
130130
px: '1px',
131131
'0': '0',
@@ -147,7 +147,6 @@ module.exports = {
147147
'56': '14rem',
148148
'64': '16rem',
149149
},
150-
151150
backgroundColor: theme => theme('colors'),
152151
backgroundPosition: {
153152
bottom: 'bottom',

0 commit comments

Comments
 (0)