From 84278b550f3e51fed86ec2fbcca86a381bf2790e Mon Sep 17 00:00:00 2001 From: harry Date: Thu, 6 Jul 2017 02:40:44 +0530 Subject: [PATCH] Move docs from prototype to helpers! --- docs/pages/prototyping-utilities.md | 31 ----------------------------- docs/pages/typography-helpers.md | 31 +++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 31 deletions(-) diff --git a/docs/pages/prototyping-utilities.md b/docs/pages/prototyping-utilities.md index 896567536..bbbb3205a 100644 --- a/docs/pages/prototyping-utilities.md +++ b/docs/pages/prototyping-utilities.md @@ -274,37 +274,6 @@ You can use font styling to style your text. You can change the font styling by --- -## Typescale - -Adjust font-size by overriding an element’s default size. This can be useful to size a `

` or `

` through `

` using Foundation's existing header sizes. - -
-

Especially useful because: It's important to avoid skipping heading levels when structuring your document, as it confuses screen readers. For example, after using an <h2> in your code, the next heading used should be either <h2> or <h3>. If you need a heading to look bigger or smaller to match a specific style, use CSS to override the default size.

-
- -For headers: - -```html -

Lorem Ipsum Dolor

-

Lorem Ipsum Dolor

-

Lorem Ipsum Dolor

-
Lorem Ipsum Dolor
-
Lorem Ipsum Dolor
-``` - -For text: - -```html_example -

Lorem Ipsum Dolor

-

Lorem Ipsum Dolor

-

Lorem Ipsum Dolor

-

Lorem Ipsum Dolor

-

Lorem Ipsum Dolor

-

Lorem Ipsum Dolor

-``` - ---- - ## List Styling
diff --git a/docs/pages/typography-helpers.md b/docs/pages/typography-helpers.md index 8eb8bbcf4..bcae05388 100644 --- a/docs/pages/typography-helpers.md +++ b/docs/pages/typography-helpers.md @@ -140,6 +140,37 @@ In Foundation, the `