Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

WordPress Genesis Theme Development Start a Genesis Theme Media Queries and Mobile-First

Leigh Maher
Leigh Maher
21,830 Points

Is using modular media queries a better idea?

While doing one of the SASS courses on TreeHouse, Guil recommends using modular media queries i.e. putting the different css for the different viewports right in line with the style, and so the media queries section becomes redundant. Is this a good idea for developing with Genesis?

1 Answer

It depends on what you find easier to organize. I've found that when I use the include-media sass library and inline media queries my projects are much easier to maintain.