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:
You need to make sure the import of all your css is done in the proper order. For variables to work it needs to be one of the first few css files to be loaded.
This post/answer should help Proper SCSS Asset Structure in Rails