April 2013
Intermediate to advanced
274 pages
5h 39m
English
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">&</i> <span class="headline-sidekick">Compass</span> <span class="forwho">for designers</span> </h1> ...
Read now
Unlock full access