From 01816e4e10eed90d624b82d1950b428c0c928cd9 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 14 Jul 2014 09:14:59 -0700 Subject: [PATCH] add css resets outline section to scaffolding docs --- docs/layout/scaffolding.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/layout/scaffolding.md b/docs/layout/scaffolding.md index 82a17627f4..19c8c4d935 100644 --- a/docs/layout/scaffolding.md +++ b/docs/layout/scaffolding.md @@ -35,3 +35,14 @@ For improved cross-browser rendering, we use [Normalize.css](http://necolas.gith ### jQuery plugins All our JavaScript plugins are built on top of jQuery. + +### Important CSS resets + +Still need to do this section. Should port the third party section about box sizing and edit it for here, then add the rest of the list items. + +Will also require rearranging the scaffolding.less file. + +- Box sizing +- Form elements and their fonts +- Global link colors +- Responsive images