thatsus/bootstrap-chosen

There is no license information available for the latest version (v1.2) of this package.

Installs: 50 279

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 305

Language:JavaScript

v1.2 2015-11-10 14:54 UTC

This package is auto-updated.

Last update: 2024-05-18 05:10:49 UTC


README

An alternate stylesheet for Chosen 1.0. This one is supposed to integrate better with Bootstrap 3.0.

Here's the example page.

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