File tree Expand file tree Collapse file tree 1 file changed +7
-19
lines changed Expand file tree Collapse file tree 1 file changed +7
-19
lines changed Original file line number Diff line number Diff line change @@ -428,36 +428,24 @@ module.exports = {
428
428
} ,
429
429
scale : {
430
430
'0' : '0' ,
431
- '10' : '.1' ,
432
- '20' : '.2' ,
433
- '30' : '.3' ,
434
- '40' : '.4' ,
435
431
'50' : '.5' ,
436
- '60' : '.6' ,
437
- '70' : '.7' ,
438
- '80' : '.8' ,
432
+ '75' : '.75' ,
439
433
'90' : '.9' ,
434
+ '95' : '.95' ,
440
435
'100' : '1' ,
436
+ '105' : '1.05' ,
441
437
'110' : '1.1' ,
442
- '120' : '1.2' ,
443
- '130' : '1.3' ,
444
- '140' : '1.4' ,
438
+ '125' : '1.25' ,
445
439
'150' : '1.5' ,
446
- '160' : '1.6' ,
447
- '170' : '1.7' ,
448
- '180' : '1.8' ,
449
- '190' : '1.9' ,
450
- '200' : '2' ,
451
440
} ,
452
441
rotate : {
442
+ '-180' : '-180deg' ,
443
+ '-90' : '-90deg' ,
444
+ '-45' : '-45deg' ,
453
445
'0' : '0' ,
454
446
'45' : '45deg' ,
455
447
'90' : '90deg' ,
456
- '135' : '135deg' ,
457
448
'180' : '180deg' ,
458
- '225' : '225deg' ,
459
- '270' : '270deg' ,
460
- '315' : '315deg' ,
461
449
} ,
462
450
translate : theme => theme ( 'spacing' ) ,
463
451
} ,
You can’t perform that action at this time.
0 commit comments