bootstrap-sass: Undefined variable: “$baseLineHeight”
问题 I've integrated bootstrap into my app using bootstrap-sass. The app works fine on my local machine, but when I go to deploy via capistrano, I get this error: Undefined variable: "$baseLineHeight". (in /var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_accordion.scss) When the capistrano attempts to run assets:precompile I think this variable is throwing the error because it is the first variable in the first scss file that is