Pawel
Pawel

Reputation: 145

How to compile older bootstrap3?

I want to build custom bootstrap3. I visited official website and went here: http://getbootstrap.com/customize/

The problem is that this application allows only to build the current (3.2) version, but I want to build 3.0.3 (latest that works properly on my website).

I just want to set gutter width to 0px. Is it possible to build older release?

Upvotes: 0

Views: 52

Answers (1)

Aibrean
Aibrean

Reputation: 6422

I suggest you download the 3.0.3 master from The Bootstrap Github Account and then change the variables in the LESS file (directory is less/variables.less line 249). Then you would need to run a LESS compiler to create your CSS file.

Upvotes: 2

Related Questions