From 1d0aa6e45c5ee09ee72f54f2bbdaa2f186bb9ea2 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 18 Dec 2013 13:40:29 -0800 Subject: more docs --- css.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'css.html') diff --git a/css.html b/css.html index cab3ae97e..3adc9df9d 100644 --- a/css.html +++ b/css.html @@ -2824,6 +2824,10 @@ For example, <section> should be wrapped as inline.

Grid variables and mixins are covered within the Grid system section.

+

Compiling Bootstrap

+

Bootstrap can be used in at least two ways: with the compiled CSS or with the source LESS files. To compile the LESS files, visit the README for how to setup your development environment to run the necessary commands.

+

Third party compilation tools may work with Bootstrap, but they are not supported by our core team.

+

Variables

Variables are used throughout the entire project as a way to centralize and share commonly used values like colors, spacing, or font stacks. For a complete breakdown, please see the Customizer.

-- cgit v1.2.3