css - How to remove bootstraps mobile first (use desktop first) -


Is it possible to remove mobile first approach to bootstrap and use regular desktop first? Originally from desktop to tablet to mobile, as it is used.

I want to keep responsive features, but when I create a media query to target small devices, I want to go from desktop & gt; Tablet & gt; mobile. Do I need to edit some files?

The bootstrap was completely built in that 'mobile first' mindset. This will not be a simple thing to do if you want to use the desktop first, as soon as I use, I just recommend using older versions of bootstrap.

You can find Bootstrap 2 here:

If I'm not mistaken, then he first uses the desktop.

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

c# - passing input text from view to contoller with FacebookContext using Facebook app -

Calling a C++ function from C# by passing a string with variable size to it -