aboutsummaryrefslogtreecommitdiff
path: root/css.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-12-18 13:40:29 -0800
committerMark Otto <[email protected]>2013-12-18 13:40:29 -0800
commit1d0aa6e45c5ee09ee72f54f2bbdaa2f186bb9ea2 (patch)
treea391f789f84d3e4fe2941f2fdc69e2c5fd5f0a4c /css.html
parentd87e70fd49761daee24e894cf299c40af1eb80d5 (diff)
downloadbootstrap-1d0aa6e45c5ee09ee72f54f2bbdaa2f186bb9ea2.tar.xz
bootstrap-1d0aa6e45c5ee09ee72f54f2bbdaa2f186bb9ea2.zip
more docs
Diffstat (limited to 'css.html')
-rw-r--r--css.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/css.html b/css.html
index cab3ae97e..3adc9df9d 100644
--- a/css.html
+++ b/css.html
@@ -2824,6 +2824,10 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
<p>Grid variables and mixins are covered <a href="{{ page.base_url }}css/#grid-less">within the Grid system section</a>.</p>
+ <h2 id="less-bootstrap">Compiling Bootstrap</h2>
+ <p>Bootstrap can be used in at least two ways: with the compiled CSS or with the source LESS files. To compile the LESS files, <a href="https://github.com/twbs/bootstrap#compiling-css-and-javascript">visit the README</a> for how to setup your development environment to run the necessary commands.</p>
+ <p>Third party compilation tools may work with Bootstrap, but they are not supported by our core team.</p>
+
<h2 id="less-variables">Variables</h2>
<p>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 <a href="{{ page.base_url }}customize/#less-variables-section">the Customizer</a>.</p>