Using twitter bootstrap with rails assets pipeline and less
问题 How to integrate properly twitter-bootstrap-rails gem with the assets pipeline? I've followed installations steps and currently I have this application.css *= require_self *= require bootstrap_and_overrides And then in bootstrap_and_overrides.css.less I'm importing other controllers stylesheets in order to make them work with my variables defined in the overrides file and to be able to use bootstrap mixins within the controller specific stylesheets in <controller-name>.css.less files.