Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ichord/todc-bootstrap-sass
google style for bootstrap.
https://github.com/ichord/todc-bootstrap-sass
Last synced: 2 months ago
JSON representation
google style for bootstrap.
- Host: GitHub
- URL: https://github.com/ichord/todc-bootstrap-sass
- Owner: ichord
- License: mit
- Created: 2013-01-20T06:13:30.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-09-01T16:47:11.000Z (over 11 years ago)
- Last Synced: 2024-10-31T13:14:13.727Z (2 months ago)
- Language: Ruby
- Size: 141 KB
- Stars: 19
- Watchers: 3
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is a `sass` edition of the [TODC Bootstrap](http://todc.github.com/todc-bootstrap/) project.
It's more like a patch!! so it must be work with another `bootstrap` gem such as [bootstrap-sass](https://github.com/thomas-mcdonald/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:
```scss
@import "bootstrap";
@import "todc-bootstrap";```
and then, enjoy it.
## For Campass
### Config
require them in `config.rb` file of **Compass**
```ruby
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
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request