Commit edf0ba6 1 parent 8474177 commit edf0ba6 Copy full SHA for edf0ba6
File tree 1 file changed +55
-33
lines changed
1 file changed +55
-33
lines changed Original file line number Diff line number Diff line change @@ -43,11 +43,8 @@ module.exports = {
43
43
8 : '2rem' ,
44
44
9 : '2.25rem' ,
45
45
10 : '2.5rem' ,
46
- 11 : '2.75rem' ,
47
46
12 : '3rem' ,
48
- 13 : '3.25rem' ,
49
47
14 : '3.5rem' ,
50
- 15 : '3.75rem' ,
51
48
16 : '4rem' ,
52
49
20 : '5rem' ,
53
50
24 : '6rem' ,
@@ -64,33 +61,6 @@ module.exports = {
64
61
72 : '18rem' ,
65
62
80 : '20rem' ,
66
63
96 : '24rem' ,
67
- '1/2' : '50%' ,
68
- '1/3' : '33.333333%' ,
69
- '2/3' : '66.666667%' ,
70
- '1/4' : '25%' ,
71
- '2/4' : '50%' ,
72
- '3/4' : '75%' ,
73
- '1/5' : '20%' ,
74
- '2/5' : '40%' ,
75
- '3/5' : '60%' ,
76
- '4/5' : '80%' ,
77
- '1/6' : '16.666667%' ,
78
- '2/6' : '33.333333%' ,
79
- '3/6' : '50%' ,
80
- '4/6' : '66.666667%' ,
81
- '5/6' : '83.333333%' ,
82
- '1/12' : '8.333333%' ,
83
- '2/12' : '16.666667%' ,
84
- '3/12' : '25%' ,
85
- '4/12' : '33.333333%' ,
86
- '5/12' : '41.666667%' ,
87
- '6/12' : '50%' ,
88
- '7/12' : '58.333333%' ,
89
- '8/12' : '66.666667%' ,
90
- '9/12' : '75%' ,
91
- '10/12' : '83.333333%' ,
92
- '11/12' : '91.666667%' ,
93
- full : '100%' ,
94
64
} ,
95
65
backgroundColor : ( theme ) => theme ( 'colors' ) ,
96
66
backgroundImage : {
@@ -252,6 +222,20 @@ module.exports = {
252
222
auto : 'auto' ,
253
223
...theme ( 'spacing' ) ,
254
224
...negative ( theme ( 'spacing' ) ) ,
225
+ '1/2' : '50%' ,
226
+ '1/3' : '33.333333%' ,
227
+ '2/3' : '66.666667%' ,
228
+ '1/4' : '25%' ,
229
+ '2/4' : '50%' ,
230
+ '3/4' : '75%' ,
231
+ full : '100%' ,
232
+ '-1/2' : '-50%' ,
233
+ '-1/3' : '-33.333333%' ,
234
+ '-2/3' : '-66.666667%' ,
235
+ '-1/4' : '-25%' ,
236
+ '-2/4' : '-50%' ,
237
+ '-3/4' : '-75%' ,
238
+ '-full' : '-100%' ,
255
239
} ) ,
256
240
letterSpacing : {
257
241
tighter : '-0.05em' ,
@@ -288,8 +272,9 @@ module.exports = {
288
272
...negative ( theme ( 'spacing' ) ) ,
289
273
} ) ,
290
274
maxHeight : ( theme ) => ( {
291
- screen : '100vh' ,
292
275
...theme ( 'spacing' ) ,
276
+ full : '100%' ,
277
+ screen : '100vh' ,
293
278
} ) ,
294
279
maxWidth : ( theme , { breakpoints } ) => ( {
295
280
none : 'none' ,
@@ -381,6 +366,33 @@ module.exports = {
381
366
width : ( theme ) => ( {
382
367
auto : 'auto' ,
383
368
...theme ( 'spacing' ) ,
369
+ '1/2' : '50%' ,
370
+ '1/3' : '33.333333%' ,
371
+ '2/3' : '66.666667%' ,
372
+ '1/4' : '25%' ,
373
+ '2/4' : '50%' ,
374
+ '3/4' : '75%' ,
375
+ '1/5' : '20%' ,
376
+ '2/5' : '40%' ,
377
+ '3/5' : '60%' ,
378
+ '4/5' : '80%' ,
379
+ '1/6' : '16.666667%' ,
380
+ '2/6' : '33.333333%' ,
381
+ '3/6' : '50%' ,
382
+ '4/6' : '66.666667%' ,
383
+ '5/6' : '83.333333%' ,
384
+ '1/12' : '8.333333%' ,
385
+ '2/12' : '16.666667%' ,
386
+ '3/12' : '25%' ,
387
+ '4/12' : '33.333333%' ,
388
+ '5/12' : '41.666667%' ,
389
+ '6/12' : '50%' ,
390
+ '7/12' : '58.333333%' ,
391
+ '8/12' : '66.666667%' ,
392
+ '9/12' : '75%' ,
393
+ '10/12' : '83.333333%' ,
394
+ '11/12' : '91.666667%' ,
395
+ full : '100%' ,
384
396
screen : '100vw' ,
385
397
min : 'min-content' ,
386
398
max : 'max-content' ,
@@ -554,10 +566,20 @@ module.exports = {
554
566
translate : ( theme , { negative } ) => ( {
555
567
...theme ( 'spacing' ) ,
556
568
...negative ( theme ( 'spacing' ) ) ,
557
- '-full' : '-100%' ,
558
- '-1/2' : '-50%' ,
559
569
'1/2' : '50%' ,
570
+ '1/3' : '33.333333%' ,
571
+ '2/3' : '66.666667%' ,
572
+ '1/4' : '25%' ,
573
+ '2/4' : '50%' ,
574
+ '3/4' : '75%' ,
560
575
full : '100%' ,
576
+ '-1/2' : '-50%' ,
577
+ '-1/3' : '-33.333333%' ,
578
+ '-2/3' : '-66.666667%' ,
579
+ '-1/4' : '-25%' ,
580
+ '-2/4' : '-50%' ,
581
+ '-3/4' : '-75%' ,
582
+ '-full' : '-100%' ,
561
583
} ) ,
562
584
skew : {
563
585
'-12' : '-12deg' ,
You can’t perform that action at this time.
0 commit comments