How to use the same style as Bootstrap 2.3.2 in Bootstrap3

For me, Bootstrap 3 does not look very pretty, and I find bootstrap 2.3.2 much nicer! My question now is, is there a way to use the new features and style added in bootstrap3, but still use the same style? I was already used to customizing Bootstrap based on Bootstrap 2.3.2, but I could not figure out how to identify some of these changes. For example: in Bootstrap3 @line-height-base is 1.428571429, and this parameter in Bootstrap 2.3.2 is @baseLineHeight: 20px

Update: enter image description here

thanks

+6
source share
1 answer

Bootstrap 3 now ships with the bootstrap-theme.css , which includes styling bootstrap 2.3.2 (for the most part).

Just add this file to your project after the base boostrap.css file.

+4
source

Source: https://habr.com/ru/post/952748/


All Articles