Skip to content

Commit 049ce98

Browse files
committed
adding new css resource
1 parent 4612655 commit 049ce98

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

content/pages/04-web-development/17-css.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,11 @@ web application's design.
156156
* [Can I Use...](http://caniuse.com/) is a compatibility table that shows
157157
which versions of browsers implement specific CSS features.
158158

159+
* [How do you remove unused CSS from a site?](https://css-tricks.com/how-do-you-remove-unused-css-from-a-site/)
160+
covers tools for identifying unnecessary CSS and the process for eliminating
161+
rules that are overwritten by other rules and therefore do not need to
162+
be sent to the client.
163+
159164
* The [Web Design Museum](https://www.webdesignmuseum.org/) is an amazing
160165
look back at how web design has evolved over the past 25+ years. Some of
161166
the designs can still be seen in their current site's presentation such

theme/templates/table-of-contents.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ <h4 class="bp">django.db.models
7676
<h4 class="bp"><a href="/django-dispatch-dispatcher-signal-examples.html">django.dispatch.dispatcher Signal</a></h4>
7777
<h4 class="bp"><a href="/django-forms-examples.html">django.forms</a>
7878
<a href="/django-forms-booleanfield-examples.html">BooleanField</a>,
79-
<a href="/django-forms-charfield-examples.html">CharField</a>
79+
<a href="/django-forms-charfield-examples.html">CharField</a>,
80+
<a href="/django-forms-choicefield-examples.html">ChoiceField</a>
8081
</h4>
8182
<h4 class="bp">django.http
8283
<a href="/django-http-httpresponse-examples.html">HttpResponse</a>

0 commit comments

Comments
 (0)