diff --git a/docs/css.html b/docs/css.html index be4f1ee1b1..dea8f52037 100644 --- a/docs/css.html +++ b/docs/css.html @@ -2804,7 +2804,7 @@ For example, <section> should be wrapped as inline.

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.

+

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

diff --git a/docs/customize.html b/docs/customize.html index 72573cff37..fdf0b803af 100644 --- a/docs/customize.html +++ b/docs/customize.html @@ -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. ---
-

LESS files

+

Less files

-

Choose which LESS files to compile into your custom build of Bootstrap. Not sure which files to use? Read through the CSS and Components pages in the docs.

+

Choose which Less files to compile into your custom build of Bootstrap. Not sure which files to use? Read through the CSS and Components pages in the docs.

@@ -337,9 +337,9 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
-

LESS variables

+

Less variables

-

Customize LESS variables to define colors, sizes and more inside your custom CSS stylesheets.

+

Customize Less variables to define colors, sizes and more inside your custom CSS stylesheets.

{% include customizer-variables.html %}