V
V
Vechkov Alexander2019-04-28 22:58:57
Bootstrap
Vechkov Alexander, 2019-04-28 22:58:57

Desktop first on bootstrap 4 - how to implement?

As a matter of fact, the question is, how in bootstrap 4 to make the layout go from desktop to mobile??

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Martovitskiy, 2019-04-29
@Martovitskiy

@include media-breakpoint-down(xs) { 
   //your code
 }

This will translate to:
@media (max-width: 576px) {
   //your code
}

Where are the xs, sm, md, lg, xl options for specific screens.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question