diff options
| author | Mark Otto <[email protected]> | 2015-08-22 19:07:05 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-08-22 19:07:05 -0700 |
| commit | b3c4ea52cde1001aab0f652b671b3c86cf0a85d2 (patch) | |
| tree | 1109566295188b27424ceabda278cf5adf70d274 | |
| parent | 2638b10d28287fbb8bfccf320119ee06befdb6bd (diff) | |
| parent | 2c58bd52947c371ab321b9ede60a4554168446a1 (diff) | |
| download | bootstrap-b3c4ea52cde1001aab0f652b671b3c86cf0a85d2.tar.xz bootstrap-b3c4ea52cde1001aab0f652b671b3c86cf0a85d2.zip | |
Merge pull request #17221 from maxbeatty/docs-preprocessor
Update Preprocessor section of homepage
| -rw-r--r-- | docs/assets/img/sass-less.png | bin | 14588 -> 0 bytes | |||
| -rw-r--r-- | docs/assets/img/sass.png | bin | 0 -> 11379 bytes | |||
| -rw-r--r-- | docs/index.html | 4 |
3 files changed, 2 insertions, 2 deletions
diff --git a/docs/assets/img/sass-less.png b/docs/assets/img/sass-less.png Binary files differdeleted file mode 100644 index 24cfaf847..000000000 --- a/docs/assets/img/sass-less.png +++ /dev/null diff --git a/docs/assets/img/sass.png b/docs/assets/img/sass.png Binary files differnew file mode 100644 index 000000000..bc5f87538 --- /dev/null +++ b/docs/assets/img/sass.png 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 · 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"> |
