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.
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
and in my bootstrap_and_overrides.css.scss file looks like this
I really don't know what I do wrong. Font works fine, but input and button don't appear right.