File tree 1 file changed +14
-14
lines changed
1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -309,17 +309,6 @@ module.exports = {
309
309
6 : '6' ,
310
310
7 : '7' ,
311
311
} ,
312
- transformOrigin : {
313
- center : 'center' ,
314
- top : 'top' ,
315
- 'top-right' : 'top right' ,
316
- right : 'right' ,
317
- 'bottom-right' : 'bottom right' ,
318
- bottom : 'bottom' ,
319
- 'bottom-left' : 'bottom left' ,
320
- left : 'left' ,
321
- 'top-left' : 'top left' ,
322
- } ,
323
312
gridTemplateColumns : {
324
313
none : 'none' ,
325
314
1 : 'repeat(1, minmax(0, 1fr))' ,
@@ -617,8 +606,18 @@ module.exports = {
617
606
} ,
618
607
textColor : ( theme ) => theme ( 'colors' ) ,
619
608
textOpacity : ( theme ) => theme ( 'opacity' ) ,
620
- transitionDuration : {
621
- DEFAULT : '150ms' ,
609
+ transformOrigin : {
610
+ center : 'center' ,
611
+ top : 'top' ,
612
+ 'top-right' : 'top right' ,
613
+ right : 'right' ,
614
+ 'bottom-right' : 'bottom right' ,
615
+ bottom : 'bottom' ,
616
+ 'bottom-left' : 'bottom left' ,
617
+ left : 'left' ,
618
+ 'top-left' : 'top left' ,
619
+ } ,
620
+ transitionDelay : {
622
621
75 : '75ms' ,
623
622
100 : '100ms' ,
624
623
150 : '150ms' ,
@@ -628,7 +627,8 @@ module.exports = {
628
627
700 : '700ms' ,
629
628
1000 : '1000ms' ,
630
629
} ,
631
- transitionDelay : {
630
+ transitionDuration : {
631
+ DEFAULT : '150ms' ,
632
632
75 : '75ms' ,
633
633
100 : '100ms' ,
634
634
150 : '150ms' ,
You can’t perform that action at this time.
0 commit comments