maxim / bootswatch-rails

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

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

Closed yassinagx closed 10 years ago

yassinagx commented 10 years ago

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

esbanarango commented 10 years ago

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

yassinagx commented 10 years ago

@esbanarango Yes but it don't change

esbanarango commented 10 years ago

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

yassinagx commented 10 years ago

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)
esbanarango commented 10 years ago

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

yassinagx commented 10 years ago

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

   @import "bootswatch/lumen/variables"
   @import "bootstrap"
   @import "bootswatch/lumen/bootswatch"
esbanarango commented 10 years ago

:+1: