pretty tag fields in new resource form
[redakcja.git] / redakcja / static / js / lib / chosen-1.6.2 / README.md
1 # bootstrap-chosen (less/sass)
2
3 ![](https://github.com/alxlit/bootstrap-chosen/raw/master/example.png)
4
5 An alternate stylesheet for [Chosen 1.0](http://harvesthq.github.com/chosen/). This
6 one is supposed to integrate better with [Bootstrap 3.0](http://getbootstrap.com/).
7
8 [Here's the example page](http://alxlit.github.io/bootstrap-chosen/).
9
10 How you add `bootstrap-chosen.less` to your build process is up to you. Just keep
11 in mind that it needs access to `variables.less` and `mixins.less`.
12
13 You can tinker with the example page by:
14
15 ```
16 $ git clone https://github.com/alxlit/bootstrap-chosen
17 $ cd bootstrap-chosen
18 bootstrap-chosen $ git clone --depth=1 https://github.com/twbs/bootstrap
19 bootstrap-chosen $ vi bootstrap/less/bootstrap.less
20
21 // Add this to the bottom
22 @import "../../bootstrap-chosen.less";
23
24 bootstrap-chosen $ lessc bootstrap/less/bootstrap.less > bootstrap.css
25 bootstrap-chosen $ firefox example.html
26 ```
27
28 License: [MIT](https://en.wikipedia.org/wiki/MIT_License)
29