Less Rails Bootswatch

less-rails-bootswatch is straightforward Bootswatches integration with Rails. This gem depends on following:

Installation

Add this lines to your application's Gemfile:

group :assets do
  gem 'therubyracer'
  gem 'less-rails'
  gem 'less-rails-bootstrap'
  gem 'less-rails-bootswatch'
end

And then execute:

$ bundle

Usage

Add this line to your LESS file:

@import "twitter/bootstrap";
@import "bootswatch/cerulean/bootswatch";
@import "bootswatch/cerulean/variables";