From 37f0eb1de5fc82d247229a5ad46c72d72fd90454 Mon Sep 17 00:00:00 2001 From: Tilo Mitra Date: Fri, 7 Mar 2014 13:17:50 -0500 Subject: [PATCH] update HISTORY with grids-responsive-old-ie.css --- HISTORY.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index a526361..af37a14 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -14,11 +14,18 @@ NEXT * __[!]__ Removed `.pure-g-r` from core, in favor of a mobile-first responsive grid system. ([#24][], [#267][]) - To use the mobile-first grid system, you need to pull in `pure.css`, along with `grids-responsive.css`: + To use the mobile-first grid system, you need to pull in `pure.css`, along with `grids-responsive.css`. We also have a `grids-responsive-old-ie.css` + that you can serve to IE < 9 users so that they can view a desktop-version + of your website: ```html - + + + + ``` Find out more about the new grid system at [http://purecss.io/grids/][Grids].