bootstrap-sass: Undefined variable: “$baseLineHeight”

前端 未结 3 1523
感动是毒
感动是毒 2020-12-14 09:45

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:



        
3条回答
  •  再見小時候
    2020-12-14 10:07

    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

提交回复
热议问题