From 16252256a59ff3c318a384202e2a00a9601ec45e Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Tue, 12 May 2015 13:06:51 -0400 Subject: Make posts page show only an excerpt, correct datetime --- _posts/2015-01-15-optimizing-css.markdown | 2 ++ 1 file changed, 2 insertions(+) (limited to '_posts/2015-01-15-optimizing-css.markdown') diff --git a/_posts/2015-01-15-optimizing-css.markdown b/_posts/2015-01-15-optimizing-css.markdown index 6f50986..c2496f2 100644 --- a/_posts/2015-01-15-optimizing-css.markdown +++ b/_posts/2015-01-15-optimizing-css.markdown @@ -8,6 +8,8 @@ date: 2015-01-15 00:00:00 There are probably a lot of ways that you can significantly speed up your page load times by taking a look at your CSS. Here are a couple of places to start looking. + + ## Remove unused CSS rules Using frontend boilerplate like [Bootstrap](http://getbootstrap.com) for CSS or a grid system can be really helpful for prototyping pages quickly. However, in production, it's important to remove CSS rules that are not in use in order to optimize your page load times and rendering speed. -- cgit v1.2.3