cssinjs / styled-jss

Styled Components on top of JSS.
http://cssinjs.org/styled-jss
MIT License
217 stars 25 forks source link

Remove isObservable checks #61

Open kof opened 6 years ago

kof commented 6 years ago

Styled-JSS should be able to remove the isObservable check, because jss now removes observables from style object, subscribes to it and sets the value directly.