нежелательно, используйте на примере (SASS)
media (min-width:$screen-xs){
.background-color: #0b0b0b;
}
media (min-width:$screen-sm){
background-color: #0b0b0b;
}
media (min-width: $screen-md){
background: url('../img/black2.jpg')no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -moz-background-size: cover; background-size: cover;
}
media (min-width:$screen-lg){
background: url('../img/black2.jpg')no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -moz-background-size: cover; background-size: cover;
}