From 2c58bd52947c371ab321b9ede60a4554168446a1 Mon Sep 17 00:00:00 2001 From: Max Beatty Date: Fri, 21 Aug 2015 15:02:11 -0700 Subject: Update Preprocessor section of homepage --- docs/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/index.html') diff --git a/docs/index.html b/docs/index.html index 442ac8a94..b732cd432 100644 --- a/docs/index.html +++ b/docs/index.html @@ -55,8 +55,8 @@ title: Bootstrap · The world's most popular mobile-first and responsive f
- Sass support -

Preprocessors

+ Sass support +

Preprocessor

Bootstrap ships with vanilla CSS, but its source code utilizes Sass, a popular CSS preprocessor. Quickly get started with precompiled CSS or build on the source.

-- cgit v1.2.3 From 912637f0d0bf00f87d671d84c7cb6e5ec9051a5c Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 22 Aug 2015 18:32:18 -0700 Subject: homepage docs callout --- docs/index.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'docs/index.html') diff --git a/docs/index.html b/docs/index.html index 442ac8a94..a358448ae 100644 --- a/docs/index.html +++ b/docs/index.html @@ -78,6 +78,21 @@ title: Bootstrap · The world's most popular mobile-first and responsive f
+
+
+

Official Bootstrap Themes.

+

+ Take Bootstrap to the next level with official premium themes. Each theme is it's own toolkit featuring all of Bootstrap, brand new components and plugins, full docs, build tools, and more. +

+ +

+ Browse themes +

+ + Bootstrap Themes +
+
+

Built with Bootstrap.

-- cgit v1.2.3 From 927f0227cfa9429b670571f889307aedbf62dd12 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 25 Aug 2015 14:14:41 -0700 Subject: Use non-broken Sass link in docs; fixes part of #17314 [skip sauce] --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/index.html') diff --git a/docs/index.html b/docs/index.html index 03d634695..de2bcb39b 100644 --- a/docs/index.html +++ b/docs/index.html @@ -57,7 +57,7 @@ title: Bootstrap · The world's most popular mobile-first and responsive f
Sass support

Preprocessor

-

Bootstrap ships with vanilla CSS, but its source code utilizes Sass, a popular CSS preprocessor. Quickly get started with precompiled CSS or build on the source.

+

Bootstrap ships with vanilla CSS, but its source code utilizes Sass, a popular CSS preprocessor. Quickly get started with precompiled CSS or build on the source.

Responsive across devices -- cgit v1.2.3 From 34932d71b49f91b07c83b4fd41d890db648132f2 Mon Sep 17 00:00:00 2001 From: Gupocca Date: Fri, 28 Aug 2015 23:04:09 -0700 Subject: Fix several erroneous links in docs. Related to #17314. --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/index.html') diff --git a/docs/index.html b/docs/index.html index de2bcb39b..f83ffb96e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -96,7 +96,7 @@ title: Bootstrap · The world's most popular mobile-first and responsive f

Built with Bootstrap.

-

Millions of amazing sites across the web are being built with Bootstrap. Get started on your own with our growing collection of examples or by exploring some of our favorites.

+

Millions of amazing sites across the web are being built with Bootstrap. Get started on your own with our growing collection of examples or by exploring some of our favorites.

@@ -102,7 +102,7 @@ title: Bootstrap · The world's most popular mobile-first and responsive f {% for showcase in site.data.showcase %} {% endfor %} -- cgit v1.2.3 From 8e29c43c467c25cbb30ca9be0223c08571d54f65 Mon Sep 17 00:00:00 2001 From: Zearin Date: Mon, 7 Sep 2015 10:07:35 -0400 Subject: =?UTF-8?q?Fix=20usage=20of=20=E2=80=9Cits=E2=80=9D=20and=20?= =?UTF-8?q?=E2=80=9Cit=E2=80=99s=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/index.html') diff --git a/docs/index.html b/docs/index.html index faf59c4c4..45cf7eb61 100644 --- a/docs/index.html +++ b/docs/index.html @@ -82,7 +82,7 @@ title: Bootstrap · The world's most popular mobile-first and responsive f

Official Bootstrap Themes.

- Take Bootstrap to the next level with official premium themes. Each theme is it's own toolkit featuring all of Bootstrap, brand new components and plugins, full docs, build tools, and more. + Take Bootstrap to the next level with official premium themes. Each theme is its own toolkit featuring all of Bootstrap, brand new components and plugins, full docs, build tools, and more.

-- cgit v1.2.3