From: Eric Skogen Date: Wed, 7 Oct 2015 01:39:55 +0000 (-0500) Subject: Update typography.md re: where to find global vars X-Git-Tag: v4.0.0-alpha.2~221^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90388f4e49b1382d7f1f8435ae61339ad0bc2e57;p=thirdparty%2Fbootstrap.git Update typography.md re: where to find global vars Docs should indicate that `_reboot.scss` uses the variables, but to see their values users would look in `_variables.scss`. --- diff --git a/docs/content/typography.md b/docs/content/typography.md index e97593e2ef..bc2a85c63e 100644 --- a/docs/content/typography.md +++ b/docs/content/typography.md @@ -15,11 +15,11 @@ Bootstrap includes simple and easily customized typography for headings, body te Bootstrap sets basic global display, typography, and link styles. Specifically, we: -- Set `background-color: #fff;` on the `` +- Use `$body-bg` to set a `background-color` on the `` (`#fff` by default) - Use the `$font-family-base`, `$font-size-base`, and `$line-height-base` attributes as our typographic base - Set the global link color via `$link-color` and apply link underlines only on `:hover` -These styles can be found within `_reboot.scss`. +These styles can be found within `_reboot.scss`, and the global variables are defined in `_variables.scss`. ## Headings