03.12.2012 Views

Making the hard stuff fun & easy with YUI CSS

Making the hard stuff fun & easy with YUI CSS

Making the hard stuff fun & easy with YUI CSS

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

The Cascade<br />

<br />

<br />

★ Use to override previous<br />

styles<br />

★ Create custom <strong>the</strong>mes for<br />

users, seasons, accessibility<br />

★ Separation of concerns:<br />

layout.css vs. winter.css<br />

/* master.css */<br />

.tagline {<br />

color: #ccc;<br />

}<br />

/* winter.css */<br />

.tagline {<br />

color: #aaa;<br />

}

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!