From e9aaa5d981b0ebf82afb7a6835083fa580958088 Mon Sep 17 00:00:00 2001 From: karland Date: Sun, 20 Nov 2016 02:06:56 +0100 Subject: [PATCH] Syncing and corrections --- docs/pages/typography-base.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/pages/typography-base.md b/docs/pages/typography-base.md index d29202bcd..3351eebcb 100644 --- a/docs/pages/typography-base.md +++ b/docs/pages/typography-base.md @@ -51,10 +51,10 @@ Foundation includes styles for all headings—they're balanced and sized alo ### Header Sizes -The framework includes two typographic scales—one uses a narrow range of sizes for small- and medium-sized screens, and the other uses a wider range of sizes for large-sized screens. You can change these scales, or add new ones for other breakpoints, by editing the `$header-sizes` map in your project's Settings File. +The framework includes two typographic scales—one uses a narrow range of sizes for small-sized screens, and the other uses a wider range of sizes for medium- and larger-sized screens. You can change these scales, or add new ones for other breakpoints, by editing the `$header-sizes` map in your project's Settings File. -Header | Default | Large and up ---------|---------|------------- +Header | Default | Medium and up +--------|---------|-------------- `

` | 24px | 48px `

` | 20px | 40px `

` | 19px | 31px @@ -260,3 +260,7 @@ Foundation includes print styles developed by HTML5 Boilerplate to give you some - Page cleanup and window minimization On top of that, Foundation includes a couple of simple classes you can use to control elements printing, or not printing. Simply attach `.show-for-print` to an element to only show when printing, and `.hide-for-print` to hide something when printing. + +
+

Print styles use `!important` to ensure they aren't overriden by more specific selectors. This framework conscientiously avoids using `!important` declarations. This is one of the few components that does.

++
-- 2.47.2