maxim / bootswatch-rails

Bootswatches converted to SCSS ready to use in Rails asset pipeline.
MIT License
488 stars 84 forks source link

bootswatch-rails theme doesn't work all #28

Closed ghost closed 11 years ago

ghost commented 11 years ago

I try to use bootswatch-rails, but it doesn't work well, for example, button doesn't appear right, not like on the bootwatch site, that show. I put bootstrap-sass and bootswatch in my gemfile and 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'

and in my bootstrap_and_overrides.css.scss file looks like this

/ / 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"; 

I really don't know what I do wrong. Font works fine, but input and button don't appear right.

maxim commented 11 years ago

I updated all bootswatches to latest versions, try bootswatch-rails 0.3.0, let me know if something is still broken.