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

CSS

Kevin Korte
Kevin Korte
28,149 Points

unsemantic grid - media query vs adapt.js

How do you decide, and what's the reasoning? It would seem that using the version of unsemantic that included media queries would be the surefire way to go, unless you needed to support versions of IE that do not support media queries.

Do you than use that version of unsemantic with the adapt.js plugin as a fall back for such a case, and use something like modernizer to detect and serve up the correct CSS file(s).

It appears unsemantic was used here, so I'm hoping for some real world insite. I'm trying to wing myself off a full fledged UI framework as it's all but destroyed my creative side.