maxim/bootswatch-rails

The theme Lumen doesn't match with that of the official site

yassinagx opened this issue · 7 comments

The theme Lumen doesn't match with that of the official site.

My assets file:

 @import "bootswatch/lumen/variables"
 @import "bootstrap"

The result:
screen shot 2014-09-07 at 22 53 12

The official website:
screen shot 2014-09-07 at 22 58 25

Thanks

@aghaniyassin Are you using the latest version (v3.2.4)?

@esbanarango Yes but it don't change

@aghaniyassin Could you share your Gemfile and Gemfile.lock.

Gemfile

gem 'sass-rails'
gem 'bootstrap-sass'
gem 'bootswatch-rails', '3.2.4'

Gemfile.lock

bootstrap-sass (3.2.0.2)
   sass (~> 3.2)
bootswatch-rails (3.2.4)
  railties (>= 3.1)

@aghaniyassin are you also adding:
@import "bootswatch/lumen/bootswatch";
?

i'm really absent minded, it works with that:

   @import "bootswatch/lumen/variables"
   @import "bootstrap"
   @import "bootswatch/lumen/bootswatch"