No commit activity in last 3 years
No release in over 3 years
less-rails-bootswatch is straightforward Bootswatches integration with Rails, works well with less-rails-bootstrap.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

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";