Conditional Content via CSS Media Queries

Avatar of Chris Coyier
Chris Coyier on

Jeremy Keith has a great article on his journey to allowing JavaScript to load in content based on the currently active media query. This allows you to keep media queries only in the CSS (DRY!).

The article was sans-demo, so I made one.

Direct Link →