aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/components/collapse.md2
-rw-r--r--docs/getting-started/download.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/components/collapse.md b/docs/components/collapse.md
index 440d37436..40050c29f 100644
--- a/docs/components/collapse.md
+++ b/docs/components/collapse.md
@@ -96,7 +96,7 @@ The collapse plugin utilizes a few classes to handle the heavy lifting:
- `.collapse.in` shows the content
- `.collapsing` is added when the transition starts, and removed when it finishes
-These classes can be found in `component-animations.less`.
+These classes can be found in `_animation.scss`.
### Via data attributes
diff --git a/docs/getting-started/download.md b/docs/getting-started/download.md
index 7255fbba5..aa9834e47 100644
--- a/docs/getting-started/download.md
+++ b/docs/getting-started/download.md
@@ -52,7 +52,7 @@ Install Bootstrap in your Node powered apps with [the npm package](https://www.n
Bootstrap's `package.json` contains some additional metadata under the following keys:
-- `less` - path to Bootstrap's main [Less](http://lesscss.org) source file
+- `sass` - path to Bootstrap's main [Sass](http://sass-lang.com/) source file
- `style` - path to Bootstrap's non-minified CSS that's been precompiled using the default settings (no customization)
### Meteor