isilweo / select2-bootstrap-css

simple css to make select2 widgets fit in with bootstrap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Select2 Bootstrap CSS

This is a bare bones stylesheet for making select2 fit in with bootstrap a bit better.

The LESS file is located at lib/select2-bootstrap.less, and the SCSS file is located at lib/select2-bootstrap.scss.

Tests are included to verify that LESS and SCSS compile down to the target CSS. To run the tests, you'll need to install node.js, Less, and SASS. Then you can run:

npm install && bower install
npm test

preview image

Demo link:

http://t0m.github.com/select2-bootstrap-css/demo/

About

simple css to make select2 widgets fit in with bootstrap

License:MIT License