File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
content/pages/04-web-development Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments