anjlab / bootstrap-rails

Twitter Bootstrap CSS (with Sass flavour) and JS toolkits for Rails 3 projects
https://github.com/anjlab/bootstrap-rails
729 stars 96 forks source link

Undefined mixin 'btn-pseudo-states'. #62

Closed DevanB closed 11 years ago

DevanB commented 11 years ago

when deploying to my server, I am getting an error of "Undefined mixin 'btn-pseudo-states'." I'm calling anjlab-bootstrap-rails, :require => 'bootstrap-rails, :github => 'anjlab/bootstrap-rails' in the assets group of my gemfile.

DevanB commented 11 years ago

I've tracked this down and believe the problem is being thrown because of the datepicker.css.scss in anjlab-widgets-1.0.10

yury commented 11 years ago

Yep, anjlab-widgets was outdated. Please try latest version.

Thank you.