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/base-css.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/base-css.html') diff --git a/docs/base-css.html b/docs/base-css.html index 90240747b..803baa015 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -105,7 +105,7 @@

Typographic scale

-

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.

+

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.

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

-- cgit v1.2.3