aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-08-22 19:12:51 -0700
committerMark Otto <[email protected]>2015-08-22 19:12:51 -0700
commitf22b1b6736849d4f1326cd79e49a3ea616e0382b (patch)
tree4c382a2c64264d6bb287ce21ba6143cbb8d9e525
parent0644ce37033570f01ac8ac4a92f4ddcdf88d95d8 (diff)
parentb3c4ea52cde1001aab0f652b671b3c86cf0a85d2 (diff)
downloadbootstrap-f22b1b6736849d4f1326cd79e49a3ea616e0382b.tar.xz
bootstrap-f22b1b6736849d4f1326cd79e49a3ea616e0382b.zip
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
-rw-r--r--docs/assets/img/sass-less.pngbin14588 -> 0 bytes
-rw-r--r--docs/assets/img/sass.pngbin0 -> 11379 bytes
-rw-r--r--docs/index.html4
3 files changed, 2 insertions, 2 deletions
diff --git a/docs/assets/img/sass-less.png b/docs/assets/img/sass-less.png
deleted file mode 100644
index 24cfaf847..000000000
--- a/docs/assets/img/sass-less.png
+++ /dev/null
Binary files differ
diff --git a/docs/assets/img/sass.png b/docs/assets/img/sass.png
new file mode 100644
index 000000000..bc5f87538
--- /dev/null
+++ b/docs/assets/img/sass.png
Binary files differ
diff --git a/docs/index.html b/docs/index.html
index a358448ae..03d634695 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -55,8 +55,8 @@ title: Bootstrap &middot; The world's most popular mobile-first and responsive f
<div class="row">
<div class="col-sm-4 m-b-lg">
- <img src="assets/img/sass-less.png" alt="Sass support" class="img-responsive">
- <h4>Preprocessors</h4>
+ <img src="assets/img/sass.png" alt="Sass support" class="img-responsive">
+ <h4>Preprocessor</h4>
<p>Bootstrap ships with vanilla CSS, but its source code utilizes <a href="../css/#sass">Sass</a>, a popular CSS preprocessor. Quickly get started with precompiled CSS or build on the source.</p>
</div>
<div class="col-sm-4 m-b-lg">