vitalets / react-native-extended-stylesheet

Extended StyleSheets for React Native
MIT License
2.93k stars 132 forks source link

Add division operator #38

Closed joemckie closed 7 years ago

joemckie commented 7 years ago

As mentioned earlier today in #37, division is currently not supported and probably should be. This PR adds the / operator so that we can math properly 😉

fixes #37

coveralls commented 7 years ago

Coverage Status

Coverage decreased (-0.3%) to 98.962% when pulling 6b3f7c9d09f538b1ac4a96dcdcb95b16dcdadc8e on joemckie:feature/support_division into 27c87e8da580a0edab4979bcc293a46cc54398c2 on vitalets:master.

coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.002%) to 99.308% when pulling c0d38d8b6dc0a5169f0160e7ae4d7731f0df8492 on joemckie:feature/support_division into 27c87e8da580a0edab4979bcc293a46cc54398c2 on vitalets:master.

coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.01%) to 99.317% when pulling 1311bc3fc7fe55be392a30a9e42dfc16d683ef53 on joemckie:feature/support_division into 27c87e8da580a0edab4979bcc293a46cc54398c2 on vitalets:master.

vitalets commented 7 years ago

Thanks a lot for PR! 👍 Will release in 0.4.

joemckie commented 7 years ago

Glad to help out! 😄