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) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -