X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/2121965a8cce50d797ba70438f3a936085fe32a1..5a649a9e943f331ec61d2e86c3840397777ccfb6:/redakcja/static/js/lib/chosen-1.6.2/README.md?ds=sidebyside diff --git a/redakcja/static/js/lib/chosen-1.6.2/README.md b/redakcja/static/js/lib/chosen-1.6.2/README.md new file mode 100644 index 00000000..ffce8530 --- /dev/null +++ b/redakcja/static/js/lib/chosen-1.6.2/README.md @@ -0,0 +1,29 @@ +# bootstrap-chosen (less/sass) + +![](https://github.com/alxlit/bootstrap-chosen/raw/master/example.png) + +An alternate stylesheet for [Chosen 1.0](http://harvesthq.github.com/chosen/). This +one is supposed to integrate better with [Bootstrap 3.0](http://getbootstrap.com/). + +[Here's the example page](http://alxlit.github.io/bootstrap-chosen/). + +How you add `bootstrap-chosen.less` to your build process is up to you. Just keep +in mind that it needs access to `variables.less` and `mixins.less`. + +You can tinker with the example page by: + +``` +$ git clone https://github.com/alxlit/bootstrap-chosen +$ cd bootstrap-chosen +bootstrap-chosen $ git clone --depth=1 https://github.com/twbs/bootstrap +bootstrap-chosen $ vi bootstrap/less/bootstrap.less + +// Add this to the bottom +@import "../../bootstrap-chosen.less"; + +bootstrap-chosen $ lessc bootstrap/less/bootstrap.less > bootstrap.css +bootstrap-chosen $ firefox example.html +``` + +License: [MIT](https://en.wikipedia.org/wiki/MIT_License) +