HubSpot / messenger

Growl-style alerts and messages for your app. #hubspot-open-source
http://github.hubspot.com/messenger/
MIT License
4.03k stars 408 forks source link

Uses CSS class div.success - conflicts with my own site's div.success #119

Open akarelas opened 7 years ago

akarelas commented 7 years ago

I've been using CSS class div.success to present success messages to the user for ages. I've styled it accordingly (margin, padding, etc).

Because of this declaration of mine, your alerts appear quite wrong. Do you think it's possible that you use some different class name, other than "success" which is really generic? Use something in a namespace preferably.

Thanks.