Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zabolotnov87/bootstrap_sass_chosen_rails
bootstrap-chosen (by @alxlit) (sass, bootstrap 3) asset pipeline provider/wrapper
https://github.com/zabolotnov87/bootstrap_sass_chosen_rails
Last synced: 27 days ago
JSON representation
bootstrap-chosen (by @alxlit) (sass, bootstrap 3) asset pipeline provider/wrapper
- Host: GitHub
- URL: https://github.com/zabolotnov87/bootstrap_sass_chosen_rails
- Owner: zabolotnov87
- License: mit
- Created: 2014-03-24T15:10:10.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-24T17:03:19.000Z (almost 11 years ago)
- Last Synced: 2023-08-10T04:15:51.160Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 129 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Rails asset pipeline gem to provide [bootstrap-chosen (sass)](https://github.com/alxlit/bootstrap-chosen)
## Installation
Add this line to your application's Gemfile:
gem 'bootstrap_sass_chosen_rails', github: 'zabolotnov87/bootstrap_sass_chosen_rails'
And then execute:
$ bundle
## Usage
In your application.css.scss, you should remove
*= require_chosen
and import bootstrap-chosen:```scss
@import "bootstrap";
...
@import "bootstrap-chosen";
```Easy as pie.
## Contributing
1. Fork it ( http://github.com//bootstrap_sass_chosen_rails/fork )
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