How can I use media queries more efficiently with LESS?
问题 I'm working with Bootstrap and LESS on a responsive webpage design. One of the reasons I have enjoyed LESS in the past is because it can keep all attributes for HTML elements together. What I have below is some rules to define a .sponsors block, and then one rule that applies to an element inside that block when the viewport is >= 768px I don't like how that one rule requires a lot of extra code, and how that rule is apart from the rest of the rules. It also feels wrong. What is a better way