From 9cfae03fd493b4fdadb0fe873fe63831cfb5ccfd Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 31 Jan 2012 09:37:44 -0800 Subject: fix typo in base css docs --- docs/templates/pages/base-css.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/templates') diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index 34ac69cd7..cfa20ea20 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -29,7 +29,7 @@

{{_i}}Typographic scale{{/i}}

-

{{_i}}The entire typographic grid is based on two Less variables in our preboot.less file: @baseFontSize and @baseLineHeight. The first is the base font-size used throughout and the second is the base line-height.{{/i}}

+

{{_i}}The entire typographic grid is based on two Less variables in our variables.less file: @baseFontSize and @baseLineHeight. The first is the base font-size used throughout and the second is the base line-height.{{/i}}

{{_i}}We use those variables, and some math, to create the margins, paddings, and line-heights of all our type and more.{{/i}}

-- cgit v1.2.3