Compass Nested Media Queries

October 31, 2011 1 min read Uncategorized

If you are using Compass, you are probably also at least playing with media queries and Responsive web design.

Have you tried nesting media queries in compass? Just nest your conditional styles in a media query, and compass will output a normal media query for your responsive pleasure.

This is a great alternative to moving to a separate part of your file or switching files and finding the right place in your media query for your new rule.

[gisted repo=”2565614″ header=”true”]