This is a sass
edition of the TODC Bootstrap project.
It's more like a patch!! so it must be work with another bootstrap
gem such as bootstrap-sass
PS. It is changed name from bootstrap-google-sass
. And I'm sorry I have yanked all that gems.(Can't rescue it now...)
For Rails 3
Installation
Add this line to your application's Gemfile:
gem 'todc-bootstrap-sass'
And then execute:
$ bundle
Or install it yourself as:
$ gem install todc-bootstrap-sass
Usage
For now, just support rails 3+
just like it:
@import "bootstrap";
@import "todc-bootstrap";
and then, enjoy it.
For Campass
Config
require them in config.rb
file of Compass
require 'bootstrap-sass'
require 'todc-bootstrap-sass'
One more thing.
You can now running testing by issue rake test
.
And, issue rake css
to generate a full support css
edition without another gem and css file.
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request