diff options
| author | Mark Otto <[email protected]> | 2013-12-18 13:40:29 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-12-18 13:40:29 -0800 |
| commit | 1d0aa6e45c5ee09ee72f54f2bbdaa2f186bb9ea2 (patch) | |
| tree | a391f789f84d3e4fe2941f2fdc69e2c5fd5f0a4c /css.html | |
| parent | d87e70fd49761daee24e894cf299c40af1eb80d5 (diff) | |
| download | bootstrap-1d0aa6e45c5ee09ee72f54f2bbdaa2f186bb9ea2.tar.xz bootstrap-1d0aa6e45c5ee09ee72f54f2bbdaa2f186bb9ea2.zip | |
more docs
Diffstat (limited to 'css.html')
| -rw-r--r-- | css.html | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2824,6 +2824,10 @@ For example, <code><section></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> |
