thabti / react-native-css

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

Fix #26 #27

Closed alexmick closed 8 years ago

alexmick commented 8 years ago

Tried to be as non intrusive as possible, just extending the numberize properties and supporting condensed properties written in valid css like margin: 10px 10px 10px 5px.

Tests pass so it should not break anything and I added a regression test for #26

thabti commented 8 years ago

awesome pr.

Regarding the removable of bin path, doesn't that mean now we have to babel globally ?

alexmick commented 8 years ago

No that's the thing, when running a command from a npm script, it adds the .bin directory to the path automatically :wink:

alexmick commented 8 years ago

Actually, I'm so stupid, I forgot to run npm start to rebuild :sweat: