HubSpot / messenger

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

Bootstrap CSS dependency? #51

Closed jedrichards closed 11 years ago

jedrichards commented 11 years ago

Hey

Thanks for your work on this, looks like a nice library!

I just included the following files in my project,

build/js/messenger.js
build/css/messenger.css
build/css/messenger-theme-block.css

And then ran this code,

Messenger.options = {
    extraClasses: "messenger-fixed messenger-on-bottom",
    theme: "block"
}
Messenger().post("foo");

But the message is appearing mostly unstyled, i.e. no background colours, borders etc. Having checked your demo site it seems like these colours are coming from the Bootstrap CSS? Is that right? But you say that Bootstrap isn't a hard dependency ... ?

jedrichards commented 11 years ago

Thanks man!