aboutsummaryrefslogtreecommitdiff
path: root/docs/getting-started
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2015-08-26 22:12:06 +0300
committerXhmikosR <[email protected]>2015-08-27 08:14:39 +0300
commit3e664271279af3b9780e6c7a7b9e607ef491dea1 (patch)
tree0fed9d321cbdf67e6a704782ecea899188404b9d /docs/getting-started
parent1029240b2d62fe80f5bd9f83f04ea49a063724f6 (diff)
downloadbootstrap-3e664271279af3b9780e6c7a7b9e607ef491dea1.tar.xz
bootstrap-3e664271279af3b9780e6c7a7b9e607ef491dea1.zip
Less to Sass typos.
[ci skip]
Diffstat (limited to 'docs/getting-started')
-rw-r--r--docs/getting-started/download.md2
1 files changed, 1 insertions, 1 deletions
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