From 176e35d33d1dfc5a81df58462d158e90e4cf4cd8 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 21 Dec 2013 13:40:42 -0800 Subject: rework downloads to simplify and add sass --- getting-started.html | 44 ++++++++++++++++++++------------------------ 1 file changed, 20 insertions(+), 24 deletions(-) (limited to 'getting-started.html') diff --git a/getting-started.html b/getting-started.html index 0cc159ec7..d778e351e 100644 --- a/getting-started.html +++ b/getting-started.html @@ -11,29 +11,26 @@ base_url: "../" ================================================== -->

Bootstrap has a few easy ways to quickly get started, each one appealing to a different skill level and use case. Read through to see what suits your particular needs.

-

Compiled CSS, JS, and fonts

-

The fastest way to get Bootstrap is to download the precompiled and minified versions of our CSS, JavaScript, and fonts. No documentation or original source code files are included.

-

Download Bootstrap

- -

Additional downloads

-
-

- Download source code -

-

Get the latest Bootstrap LESS and JavaScript source code by downloading it directly from GitHub.

-

- Clone or fork via GitHub -

-

Visit us on GitHub to clone or fork the Bootstrap project.

-

- Install with Bower -

-

Install and manage Bootstrap's styles, JavaScript, and documentation using Bower.

- {% highlight bash %}$ bower install bootstrap{% endhighlight %} +
+
+

Bootstrap

+

Compiled and minified CSS, JavaScript, and fonts. No docs or original source files are included.

+ Download Bootstrap +
+
+

Source code

+

Source Less, JavaScript, and font files, along with our docs. Requires a Less compiler and some setup.

+ Download source +
+
+

Sass

+

Bootstrap ported from Less to Sass for easy inclusion in Rails, Compass, or Sass-only projects.

+ Download Sass +

Bootstrap CDN

@@ -49,10 +46,9 @@ base_url: "../" {% endhighlight %} -
-

Compiling Bootstrap's LESS files

-

If you work with Bootstrap's uncompiled source code, you need to compile the LESS files to produce usable CSS files. For compiling LESS files into CSS, we only officially support Recess, which is Twitter's CSS hinter based on less.js.

-
+

Install with Bower

+

Install and manage Bootstrap's Less, CSS, JavaScript, and fonts using Bower.

+ {% highlight bash %}$ bower install bootstrap{% endhighlight %}
-- cgit v1.2.3