diff options
| author | Mark Otto <[email protected]> | 2012-11-30 14:37:24 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-11-30 14:37:24 -0800 |
| commit | 7a3d15eb210cc9343875760bfa575a9273244ed3 (patch) | |
| tree | 315aa2991efe142decca7b4e48f29cb03de6fde2 /docs/base-css.html | |
| parent | fe8061b84ecdda5ea70514fe487e2f46564439e2 (diff) | |
| download | bootstrap-7a3d15eb210cc9343875760bfa575a9273244ed3.tar.xz bootstrap-7a3d15eb210cc9343875760bfa575a9273244ed3.zip | |
Part 1 of unCamelCasing variables
Diffstat (limited to 'docs/base-css.html')
| -rw-r--r-- | docs/base-css.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/base-css.html b/docs/base-css.html index c8a785fed..ce9f16857 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -131,7 +131,7 @@ <pre class="prettyprint"><p class="lead">...</p></pre> <h3>Built with Less</h3> - <p>The typographic scale is based on two LESS variables in <strong>variables.less</strong>: <code>@baseFontSize</code> and <code>@baseLineHeight</code>. The first is the base font-size used throughout and the second is the base line-height. We use those variables and some simple math to create the margins, paddings, and line-heights of all our type and more. Customize them and Bootstrap adapts.</p> + <p>The typographic scale is based on two LESS variables in <strong>variables.less</strong>: <code>@base-font-size</code> and <code>@base-line-height</code>. The first is the base font-size used throughout and the second is the base line-height. We use those variables and some simple math to create the margins, paddings, and line-heights of all our type and more. Customize them and Bootstrap adapts.</p> <hr class="bs-docs-separator"> |
