using media queries with LESS

CSS supports multiple identical media queries, if you like, but CSS doesnt support nesting. LESS, on the other hand, does support a few methods for nesting media queries. You can read about it here: http://lesscss.org/features/#extend-feature-scoping-extend-inside-media Example: Compiles to: LESS also supports nesting media queries below selectors like this: Compiles to: If this doesnt answer your … Read more