airbnb / react-with-styles-interface-aphrodite

Interface to use react-with-styles with Aphrodite
MIT License
54 stars 14 forks source link

Run inline styles through prefixer #1

Open lencioni opened 8 years ago

lencioni commented 8 years ago

Aphrodite uses inline-style-prefixer on the styles it produces. Since you already have the dependency if you are using this interface, we should run the inline styles through this. This will make it easier to work with.

lencioni commented 8 years ago

Fixed by #2

lencioni commented 8 years ago

2 had to be reverted.