maxim / bootswatch-rails

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

Bugfix: use boostrap-sass "~> 2" #51

Closed andrewjanssen closed 10 years ago

andrewjanssen commented 10 years ago

Bugfix: bootswatch-rails' dependency on bootstrap-sass was not named in the gemspec. This omission is critical because bootswatch-rails no longer works with the head version of bootstrap-sass: it relies on at least one mixin (buttonBackground) which was removed between bootstrap-sass version 2 and 3.

andrewjanssen commented 10 years ago

Oops, I put this on master. I'll submit another pull request on a new branch.