aboutsummaryrefslogtreecommitdiff
path: root/docs/getting-started
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-12-30 16:14:32 -0800
committerChris Rebert <[email protected]>2014-12-30 16:14:32 -0800
commit626f30fd6b61565f1ad89dd860a942a0f56aa867 (patch)
tree30474712bf0d265eae65a6d2905495ff3cbb34e2 /docs/getting-started
parentedb6c07254a75e3c235a25909c8f46069707c9b0 (diff)
downloadbootstrap-626f30fd6b61565f1ad89dd860a942a0f56aa867.tar.xz
bootstrap-626f30fd6b61565f1ad89dd860a942a0f56aa867.zip
remove lingering references to Less in the docs
Diffstat (limited to 'docs/getting-started')
-rw-r--r--docs/getting-started/third-party-support.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/getting-started/third-party-support.md b/docs/getting-started/third-party-support.md
index c469b644e..ea22cf589 100644
--- a/docs/getting-started/third-party-support.md
+++ b/docs/getting-started/third-party-support.md
@@ -16,7 +16,7 @@ Depending on the context, you may override as-needed (Option 1) or reset the box
*
* Reset individual elements or override regions to avoid conflicts due to
* global box model settings of Bootstrap. Two options, individual overrides and
- * region resets, are available as plain CSS and uncompiled Less formats.
+ * region resets, are available as plain CSS and uncompiled Sass formats.
*/
/* Option 1A: Override a single element's box model via CSS */
@@ -26,7 +26,7 @@ Depending on the context, you may override as-needed (Option 1) or reset the box
box-sizing: content-box;
}
-/* Option 1B: Override a single element's box model by using a Bootstrap Less mixin */
+/* Option 1B: Override a single element's box model by using a Bootstrap Sass mixin */
.element {
.box-sizing(content-box);
}
@@ -41,7 +41,7 @@ Depending on the context, you may override as-needed (Option 1) or reset the box
box-sizing: content-box;
}
-/* Option 2B: Reset an entire region with a custom Less mixin */
+/* Option 2B: Reset an entire region with a custom Sass mixin */
.reset-box-sizing {
&,
*,