bootswatch-rails主题不起作用

时间:2013-01-05 21:05:00

标签: ruby-on-rails twitter-bootstrap bootswatch

我尝试使用bootswatch-rails,但它不能正常工作,例如,按钮显示不正确,而不是像显示的bootwatch网站上那样。
我把bootstrap-sass和bootswatch放在我的gemfile和bundle install

group :assets do
  gem 'sass-rails',   '~> 3.2.3'
  gem 'coffee-rails', '~> 3.2.1'
  gem 'bootswatch-rails', '>=0.2.0'

  gem 'uglifier', '>= 1.0.3'
end
gem 'bootstrap-sass', '>= 2.1.0.0'

在我的bootstrap_and_overrides.css.scss文件中看起来像这样

// First import journal variables
@import "bootswatch/cerulean/variables";

// Then bootstrap itself
@import "bootstrap";

// Responsive styles go here in case you want them
@import "bootstrap-responsive";

// And finally bootswatch style itself
@import "bootswatch/cerulean/bootswatch";  

我真的不知道自己做错了什么。

1 个答案:

答案 0 :(得分:0)

您是否正在导入任何其他未考虑的css文件,例如scaffold.css(当您通过scaffold命令生成资源时)?