The theme Lumen doesn't match with that of the official site
yassinagx opened this issue · 7 comments
yassinagx commented
esbanarango commented
@aghaniyassin Are you using the latest version (v3.2.4
)?
yassinagx commented
@esbanarango Yes but it don't change
esbanarango commented
@aghaniyassin Could you share your Gemfile
and Gemfile.lock
.
yassinagx commented
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
@aghaniyassin are you also adding:
@import "bootswatch/lumen/bootswatch";
?
yassinagx commented
i'm really absent minded, it works with that:
@import "bootswatch/lumen/variables"
@import "bootstrap"
@import "bootswatch/lumen/bootswatch"
esbanarango commented
👍