From 823b063c568dfeaf7779fad92af9c57bfb56ef99 Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Sun, 2 Oct 2011 23:00:11 -0700 Subject: [PATCH] preboot.less > variables.less in docs --- docs/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/index.html b/docs/index.html index 9fcc5c368f31..292d919c0d9e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -336,7 +336,7 @@

Roll your own grid

Inside the grid

-

The variables needed to modify the grid system currently all reside in preboot.less.

+

The variables needed to modify the grid system currently all reside in variables.less.

@@ -440,7 +440,7 @@

Typography Headings, paragraphs, lists, and other inline type element

Headings & copy

A standard typographic hierarchy for structuring your webpages.

-

The entire typographic grid is based on two Less variables in our preboot.less file: @basefont and @baseline. 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: @basefont and @baseline. 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.

@@ -1760,7 +1760,7 @@

Using Bootstrap with Less Supercharge your CSS with variables, mixins

-

Bootstrap was built with Preboot, an open-source pack of mixins and variables to be used in conjunction with Less, a CSS preprocessor for faster and easier web development.

+

Bootstrap was built from Preboot, an open-source pack of mixins and variables to be used in conjunction with Less, a CSS preprocessor for faster and easier web development.

Check out how we used Preboot in Bootstrap and how you can make use of it should you choose to run Less on your next project.