From ca53c93f3d5df7eb4e1860022c2c3325ebe2eb60 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 23 Dec 2014 13:26:37 -0800 Subject: [PATCH] no need to mention jquery in the layout scaffolding docs --- docs/layout/scaffolding.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/layout/scaffolding.md b/docs/layout/scaffolding.md index 19c8c4d935..7087b7deb8 100644 --- a/docs/layout/scaffolding.md +++ b/docs/layout/scaffolding.md @@ -32,10 +32,6 @@ To ensure proper rendering and touch zooming, **add the viewport meta tag** to y For improved cross-browser rendering, we use [Normalize.css](http://necolas.github.io/normalize.css/) to correct small inconsistencies across browsers and devices. -### 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.