]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update typography.md re: where to find global vars 17804/head
authorEric Skogen <audionerd@users.noreply.github.com>
Wed, 7 Oct 2015 01:39:55 +0000 (20:39 -0500)
committerEric Skogen <audionerd@users.noreply.github.com>
Wed, 7 Oct 2015 01:39:55 +0000 (20:39 -0500)
Docs should indicate that `_reboot.scss` uses the variables, but to see their values users would look in `_variables.scss`.

docs/content/typography.md

index e97593e2ef968c919e20de9a6c79cbf351607fc5..bc2a85c63e4b5c7d3699ec1063a5127203db071a 100644 (file)
@@ -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 `<body>`
+- Use `$body-bg` to set a `background-color` on the `<body>` (`#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