Skip to content

Commit cdb6869

Browse files
committed
new css resource
1 parent 81dbdea commit cdb6869

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

cascading-style-sheets.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,11 @@ <h2>CSS resources</h2>
162162
<p><a href="https://developers.google.com/web/fundamentals/">Google's Web Fundamentals class</a>
163163
shows how to create responsive designs and performant websites.</p>
164164
</li>
165+
<li>
166+
<p><a href="http://programming.oreilly.com/2014/04/tailoring-css-for-performance.html">Tailoring CSS for performance</a>
167+
is an interesting read since many developers do not consider the
168+
implications of CSS complexity in browser rendering time.</p>
169+
</li>
165170
</ul>
166171
<h3>Once your app is styled what do you need to learn next?</h3>
167172
<div class="row">

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-05-07T07:47:50Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-05-07T07:51:39Z</updated></feed>

source/content/pages/05-client-side/0501-css.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,5 +132,9 @@ web application's design.
132132
* [Google's Web Fundamentals class](https://developers.google.com/web/fundamentals/)
133133
shows how to create responsive designs and performant websites.
134134

135+
* [Tailoring CSS for performance](http://programming.oreilly.com/2014/04/tailoring-css-for-performance.html)
136+
is an interesting read since many developers do not consider the
137+
implications of CSS complexity in browser rendering time.
138+
135139

136140
### Once your app is styled what do you need to learn next?

0 commit comments

Comments
 (0)