maxim / bootswatch-rails

Bootswatches converted to SCSS ready to use in Rails asset pipeline.
MIT License
489 stars 84 forks source link

Flatly alerts look like .alert messages #39

Closed jamesaanderson closed 11 years ago

jamesaanderson commented 11 years ago

bootswatch-rails:

screen shot 2013-05-27 at 10 40 11 am

bootswatch.com/flatly:

screen shot 2013-05-27 at 10 45 34 am

jamesaanderson commented 11 years ago

Is this an issue with flatly or bootswatch-rails?

maxim commented 11 years ago

@jamesaanderson good question, I don't see anything suspicious in bootswatch-rails code:

https://github.com/maxim/bootswatch-rails/blob/master/vendor/assets/stylesheets/bootswatch/flatly/_bootswatch.scss#L374-L394

Would you be able to verify? Also, make sure that your $red variable isn't overridden.

jamesaanderson commented 11 years ago

Looks like it was caching.

pcriv commented 10 years ago

I'm having this problem also, @jamesaanderson how did you solve it?