Skip to content
This repository has been archived by the owner on Oct 27, 2018. It is now read-only.

Separate CSS file of bootstrap-chosen #27

Open
vbauer opened this issue Jul 14, 2014 · 3 comments
Open

Separate CSS file of bootstrap-chosen #27

vbauer opened this issue Jul 14, 2014 · 3 comments

Comments

@vbauer
Copy link

vbauer commented Jul 14, 2014

Is it possible to make separate CSS file file without needs to have bootstrap sources and glue them?

Use case example: Bootstrap is located on CDN.

@pinhead84
Copy link

The following procedure worked for me:

$ git clone https://github.com/alxlit/bootstrap-chosen
$ cd bootstrap-chosen
bootstrap-chosen $ git clone https://github.com/twbs/bootstrap
bootstrap-chosen $ vi bootstrap-chosen.less

// Add this before the first @import
@import "bootstrap/less/variables.less";
@import "bootstrap/less/mixins.less";

bootstrap-chosen $ lessc bootstrap-chosen.less > bootstrap-chosen.css

@dimsav
Copy link

dimsav commented Aug 20, 2014

@pinhead84 thanks for the info!

@alex94cp
Copy link

alex94cp commented Jul 6, 2016

Is anyone working on this? Would an explicit dependency on bootstrap 3 be acceptable for bootstrap-chosen?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants