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

How can I add a seperate action listener to all 14 of my buttons at once that can determine player turn?(java) -

Simple file compression in C -

php - Sorting an multidimension array using usort fails -