Writing inline media queries

First off, be aware that there have been a few more unrelated amendments to the HTML (and some more styles added in the Sass purely for presentational purposes). As we're not going to be writing any styles to target old IE, the conditional comments that provide helper classes for it have been removed.

Now we just have the following code at the start of the index.html file:

<!doctype html>
<html class="no-js" lang="en">
<head>

With that little bit of housekeeping out of the way, the markup for the main headline area has changed a little:

<h1 class="headline"> <span class="headline-hero">Sass</span> <i class="ampersand">&amp;</i> <span class="headline-sidekick">Compass</span> <span class="forwho">for designers</span> </h1> ...

Get Sass and Compass for Designers now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.