Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Bootstrap 3.0.0 - what is replacement of bootstrap-responsive.css?

Tags:

After I upgraded my application to bootstrap 3.0.0 from bootstrap 2.3.2 it doesn't layout very well, and it seems to be because of missing bootstrap-responsive.css in this latest release. Does anyone knows the workaround here? There doesn't seems to be anything in the bootstrap doc (at least I couldn't locate it)

like image 561
Hemant Avatar asked Aug 28 '13 04:08

Hemant


People also ask

Is Bootstrap CSS responsive?

Bootstrap includes a responsive, mobile first fluid grid system that appropriately scales up to 12 columns as the device or viewport size increases. It includes predefined classes for easy layout options, as well as powerful mixins for generating more semantic layouts.

Is Bootstrap always responsive?

Always responsive Across every breakpoint, use .table-responsive for horizontally scrolling tables.

Can you still use Bootstrap 4?

The main differences between Bootstrap 5 and Bootstrap 3 & 4, is that Bootstrap 5 has switched to JavaScript instead of jQuery. Note: Bootstrap 3 and Bootstrap 4 is still supported by the team for critical bugfixes and documentation changes, and it is perfectly safe to continue to use them.


1 Answers

In Bootstrap 3.0 there is not needed resposive css. Quoting migration guide:

"Mobile first" is a responsive Web design practice that prioritizes consideration of smart phones and mobile devices when creating Web pages. For Bootstrap 3, there is no longer a separate bootstrap-responsive.css file. All responsive features are now compiled into a single core bootstrap.css file.

like image 65
Piotr Stapp Avatar answered Oct 23 '22 01:10

Piotr Stapp