@@ -139,13 +139,14 @@ module.exports = {
139
139
'40' : '10rem' ,
140
140
'48' : '12rem' ,
141
141
'56' : '14rem' ,
142
- '64' : '16rem' ,
142
+ '64' : '16rem'
143
143
} ,
144
144
screens : {
145
+ xs : '380px' ,
145
146
sm : '640px' ,
146
147
md : '768px' ,
147
148
lg : '1024px' ,
148
- xl : '1280px' ,
149
+ xl : '1280px'
149
150
} ,
150
151
fontFamily : {
151
152
sans : [
@@ -221,19 +222,19 @@ module.exports = {
221
222
right : 'right' ,
222
223
'right-bottom' : 'right bottom' ,
223
224
'right-top' : 'right top' ,
224
- top : 'top' ,
225
+ top : 'top'
225
226
} ,
226
227
backgroundSize : {
227
228
auto : 'auto' ,
228
229
cover : 'cover' ,
229
- contain : 'contain' ,
230
+ contain : 'contain'
230
231
} ,
231
232
borderWidth : {
232
233
default : '1px' ,
233
234
'0' : '0' ,
234
235
'2' : '2px' ,
235
236
'4' : '4px' ,
236
- '8' : '8px' ,
237
+ '8' : '8px'
237
238
} ,
238
239
borderColor : theme => ( {
239
240
...theme ( 'colors' ) ,
@@ -269,13 +270,13 @@ module.exports = {
269
270
'1/6' : '16.66667%' ,
270
271
'5/6' : '83.33333%' ,
271
272
full : '100%' ,
272
- screen : '100vw' ,
273
+ screen : '100vw'
273
274
} ) ,
274
275
height : theme => ( {
275
276
auto : 'auto' ,
276
277
...theme ( 'spacing' ) ,
277
278
full : '100%' ,
278
- screen : '100vh' ,
279
+ screen : '100vh'
279
280
} ) ,
280
281
minWidth : {
281
282
'0' : '0' ,
@@ -284,7 +285,7 @@ module.exports = {
284
285
minHeight : {
285
286
'0' : '0' ,
286
287
full : '100%' ,
287
- screen : '100vh' ,
288
+ screen : '100vh'
288
289
} ,
289
290
maxWidth : {
290
291
xs : '20rem' ,
@@ -297,11 +298,11 @@ module.exports = {
297
298
'4xl' : '56rem' ,
298
299
'5xl' : '64rem' ,
299
300
'6xl' : '72rem' ,
300
- full : '100%' ,
301
+ full : '100%'
301
302
} ,
302
303
maxHeight : {
303
304
full : '100%' ,
304
- screen : '100vh' ,
305
+ screen : '100vh'
305
306
} ,
306
307
padding : theme => theme ( 'spacing' ) ,
307
308
margin : theme => ( { auto : 'auto' , ...theme ( 'spacing' ) } ) ,
@@ -315,7 +316,7 @@ module.exports = {
315
316
right : 'right' ,
316
317
'right-bottom' : 'right bottom' ,
317
318
'right-top' : 'right top' ,
318
- top : 'top' ,
319
+ top : 'top'
319
320
} ,
320
321
boxShadow : {
321
322
default : '0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06)' ,
@@ -325,7 +326,7 @@ module.exports = {
325
326
'2xl' : '0 25px 50px -12px rgba(0, 0, 0, .25)' ,
326
327
inner : 'inset 0 2px 4px 0 rgba(0,0,0,0.06)' ,
327
328
outline : '0 0 0 3px rgba(66,153,225,0.5)' ,
328
- none : 'none' ,
329
+ none : 'none'
329
330
} ,
330
331
zIndex : {
331
332
auto : 'auto' ,
0 commit comments