DEV Community

Discussion on: if/else in CSS

Collapse
 
peterbowater profile image
Peter Bowater

This seems shorter, and isn't this SASS style also proposed for plain CSS?

.div {
.......
@media (min-width: 600px {
.......
}
}

Sure you have to write the occasional override, but that is a rarity.