Reputation: 145
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
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