Skip to content

Commit

Permalink
Merge pull request twbs#12302 from Quy/master
Browse files Browse the repository at this point in the history
More "LESS" to "Less" changes
  • Loading branch information
juthilo committed Jan 19, 2014
2 parents 2a75e55 + 3e9ba3f commit a77fba3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/css.html
Original file line number Diff line number Diff line change
Expand Up @@ -2804,7 +2804,7 @@ <h1 id="less" class="page-header">Using Less</h1>


<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>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>
Expand Down
10 changes: 5 additions & 5 deletions docs/customize.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
layout: default
title: Customize and download
slug: customize
lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to get your very own version.
lead: Customize Bootstrap's components, Less variables, and jQuery plugins to get your very own version.
---

<!-- Customizer form -->
<form class="bs-customizer" role="form">
<div class="bs-docs-section" id="less-section">
<button class="btn btn-default toggle" type="button">Toggle all</button>
<h1 id="less" class="page-header">LESS files</h1>
<h1 id="less" class="page-header">Less files</h1>

<p class="lead">Choose which LESS files to compile into your custom build of Bootstrap. Not sure which files to use? Read through the <a href="../css/">CSS</a> and <a href="../components/">Components</a> pages in the docs.</p>
<p class="lead">Choose which Less files to compile into your custom build of Bootstrap. Not sure which files to use? Read through the <a href="../css/">CSS</a> and <a href="../components/">Components</a> pages in the docs.</p>

<div class="row">
<div class="col-xs-6 col-sm-4">
Expand Down Expand Up @@ -337,9 +337,9 @@ <h4>jQuery required</h4>

<div class="bs-docs-section" id="less-variables-section">
<button class="btn btn-default toggle" type="button">Reset to defaults</button>
<h1 id="less-variables" class="page-header">LESS variables</h1>
<h1 id="less-variables" class="page-header">Less variables</h1>

<p class="lead">Customize LESS variables to define colors, sizes and more inside your custom CSS stylesheets.</p>
<p class="lead">Customize Less variables to define colors, sizes and more inside your custom CSS stylesheets.</p>
{% include customizer-variables.html %}
</div>

Expand Down

0 comments on commit a77fba3

Please sign in to comment.