cssinjs / styled-jss

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

How to install styled-jss when used in a library #79

Closed sag1v closed 3 years ago

sag1v commented 3 years ago

When we use styled-jss inside a library/package, should we install them as peerDependencies or regular dependencies?

Is there something to watch out for, regarding multiple instances or versions conflict when a library use styled-jss as well as the consumer?

sag1v commented 3 years ago

asked here https://github.com/cssinjs/jss/issues/1481