diff options
| author | XhmikosR <[email protected]> | 2018-09-18 21:10:47 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-09-18 21:10:47 +0300 |
| commit | cee8e8653dc009b5d86af4a8e2ad3a5e0688ca4c (patch) | |
| tree | 00c2e6a121842d956438d2a57173860a8caa0bbc /docs/_includes/css/less.html | |
| parent | f9c666017ec017a9b90f4b2c2aa7dd8b414a6312 (diff) | |
| parent | 9c4c72e31e7316c372ceef9c937ad0cba5ae50e7 (diff) | |
| download | bootstrap-cee8e8653dc009b5d86af4a8e2ad3a5e0688ca4c.tar.xz bootstrap-cee8e8653dc009b5d86af4a8e2ad3a5e0688ca4c.zip | |
Merge remote-tracking branch 'remotes/origin/v3.4.0-dev' into master-xmr-merged
Diffstat (limited to 'docs/_includes/css/less.html')
| -rw-r--r-- | docs/_includes/css/less.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/_includes/css/less.html b/docs/_includes/css/less.html index 6dc3ae596..85787303b 100644 --- a/docs/_includes/css/less.html +++ b/docs/_includes/css/less.html @@ -7,11 +7,11 @@ <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="../getting-started/#grunt">consult the Getting Started section</a> for how to setup your development environment to run the necessary commands.</p> + <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="{{ site.baseurl }}/getting-started/#grunt">consult the Getting Started section</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="../customize/#less-variables-section">the Customizer</a>.</p> + <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="{{ site.baseurl }}/customize/#less-variables-section">the Customizer</a>.</p> <h3 id="less-variables-colors">Colors</h3> <p>Easily make use of two color schemes: grayscale and semantic. Grayscale colors provide quick access to commonly used shades of black while semantic include various colors assigned to meaningful contextual values.</p> |
