RobinBrouwer / gritter

This Ruby on Rails gem allows you to easily add Growl-like notifications to your application using a jQuery plugin called 'gritter'.
http://rubygems.org/gems/gritter
566 stars 92 forks source link

styles not applying #62

Open Harxy opened 8 years ago

Harxy commented 8 years ago

I've added *= require glitter to the application.css file and done all the other steps in the readme but all my gflashes just appear unstyled in the bottom left hand corner... anything else I should try?

Harxy commented 8 years ago

Hey just fyi I got around this by adding this CDN I found: https://cdn.jsdelivr.net/jquery.gritter/1.7.4/css/jquery.gritter.css

but obvs not ideal