2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

sass, not less

This commit is contained in:
Mark Otto
2014-12-04 15:25:24 -08:00
parent d05e58449a
commit 7bc020cce0
3 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -13,13 +13,13 @@ Compiled and minified CSS and JavaScript. No docs or original source files are i
### Download source and docs
Source Less, JavaScript, and documentation. **Requires a Less compiler and [some setup](#grunt).**
Source Sass, JavaScript, and documentation. **Requires a Sass compiler and [some setup](#grunt).**
<a href="{{ site.download.source }}" class="btn btn-lg btn-outline" role="button" onclick="ga('send', 'event', 'Getting started', 'Download', 'Download source');">Download source</a>
### Bower
You can also install and manage Bootstrap's Less, CSS, and JavaScript using [Bower](http://bower.io).
You can also install and manage Bootstrap's Sass, CSS, and JavaScript using [Bower](http://bower.io).
{% highlight bash %}$ bower install bootstrap{% endhighlight %}