fkhadra / react-toastify

React notification made easy 🚀 !
https://fkhadra.github.io/react-toastify/introduction
MIT License
12.72k stars 700 forks source link

Glamor in v3.* #88

Closed kbrtrm closed 6 years ago

kbrtrm commented 6 years ago

Hey there, looking to use react-toastify and I see that glamor is now a dependency with v3.*. We won't be using glamor in our project because we already have a css solution and don't want to pull it in for just one package. Is there a way to use react-toastify without glamor?

fkhadra commented 6 years ago

Hey @kbrtrm ,

Sorry to hear that. Unfortunately, if you want to use react-toastify without glamor you have to stick with the v2 but you will miss the next updates.

Which css solution are you using ?

kbrtrm commented 6 years ago

Bummer! Optional glamor would've been great. We're still employing a more traditional CSS approach and our CSS-in-JS situation is still in flux.