lukehedger / sip

🍹 Small sips of CSS
Other
4 stars 1 forks source link

Pass non-Sip props as `style` #5

Open lukehedger opened 7 years ago

lukehedger commented 7 years ago

Example:

<Component sip={{ m: 4, borderBottom: '1px solid' }} />
lukehedger commented 7 years ago

Need to decide whether this goes against the ethos of Sip.

lukehedger commented 7 years ago

Also consider allowing scale override, like:

{ fs: 2 } => { fs: '10px' }