Answer the question
In order to leave comments, you need to log in
How to write styles for different screens when using bootstrap?
I'm doing a project using bootstrap, using only the grid from the scss sources. In projects without this grid, I used these mixins for all screens:
$break_xl: 1200px;
@mixin xl-block(){
@media screen and (min-width: $break_xl){
@content;
}
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question