giraud / bs-css

Statically typed DSL for writing css in reason.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bs-css-emotion should depend on @emotion/core instead of emotion?

TomiS opened this issue · comments

Just noticed that bs-css-emotion package has emotion as a dependency. Emotion docs however suggest that @emotion/core should be used together with React while emotion package is mostly there for other frameworks.
https://emotion.sh/docs/install

I'm going to make a bold assumption that using @emotion/core would probably be more correct here, right?

Hmm, maybe not after all. It seems it would require much more than just changing a dependency. Sorry for spamming.