tomchentw / react-toastr

React.js toastr component
https://tomchentw.github.io/react-toastr/
MIT License
619 stars 111 forks source link

Responsiveness for Toaster Messages #80

Open RangarajKaushikSundar opened 7 years ago

RangarajKaushikSundar commented 7 years ago

@tomchentw I have added a few media queries to the toastr.min.css and want to share it here. I will not be able to add it to this project since that was added as an external file from cdnjs. Please advise.

tomchentw commented 7 years ago

We could have our own file in this repo. Say: src/toastr-responsive.css, and our user can import it via:

@import url(~toastr/toastr.min.css);
@import url(~react-toastr/lib/toastr-responsive.css);