thabti / react-native-css

Style React-Native components with css
MIT License
769 stars 66 forks source link

Convert properties that don't match their CSS equivalent #47

Closed stowball closed 7 years ago

stowball commented 8 years ago

For instance:

This would help to re-use existing CSS.

thabti commented 8 years ago

@stowball Hi, Thank you for taking time to document this. As you're aware this is an open-source project. I wish I had the time to work on all these great suggestions, but I cannot right now. I would love to see you contribute these great suggestions. I can assist you in any way possible. Hit me up on messenger http://m.me/sabeur.thabti

stowball commented 8 years ago

Hopefully my employer will give the chance to help out on this

thabti commented 8 years ago

@stowball Understandable, if you company is benefiting from this module, it makes sense for them to contribute back. It only gets new features if people request and add them. I can make you contributor.

What version are you using, I think you last bullet point is covered.

stowball commented 8 years ago

@sabeurthabti Yeah, we're currently just in the exploration/investigation phase of trying React Native, so this was the first thing I tried.

It's possible #5 is fixed, the rules may have originally had !important on them before, so they couldn't get converted to a Number.

That's another request, strip all !importants first before converting.

thabti commented 7 years ago

closing based on #52