Skip to content

Commit f7c64c7

Browse files
committed
Simplify scales for scale and rotate
1 parent 9525074 commit f7c64c7

File tree

1 file changed

+7
-19
lines changed

1 file changed

+7
-19
lines changed

stubs/defaultConfig.stub.js

Lines changed: 7 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -428,36 +428,24 @@ module.exports = {
428428
},
429429
scale: {
430430
'0': '0',
431-
'10': '.1',
432-
'20': '.2',
433-
'30': '.3',
434-
'40': '.4',
435431
'50': '.5',
436-
'60': '.6',
437-
'70': '.7',
438-
'80': '.8',
432+
'75': '.75',
439433
'90': '.9',
434+
'95': '.95',
440435
'100': '1',
436+
'105': '1.05',
441437
'110': '1.1',
442-
'120': '1.2',
443-
'130': '1.3',
444-
'140': '1.4',
438+
'125': '1.25',
445439
'150': '1.5',
446-
'160': '1.6',
447-
'170': '1.7',
448-
'180': '1.8',
449-
'190': '1.9',
450-
'200': '2',
451440
},
452441
rotate: {
442+
'-180': '-180deg',
443+
'-90': '-90deg',
444+
'-45': '-45deg',
453445
'0': '0',
454446
'45': '45deg',
455447
'90': '90deg',
456-
'135': '135deg',
457448
'180': '180deg',
458-
'225': '225deg',
459-
'270': '270deg',
460-
'315': '315deg',
461449
},
462450
translate: theme => theme('spacing'),
463451
},

0 commit comments

Comments
 (0)