diff options
| author | Mark Otto <[email protected]> | 2014-06-10 22:41:48 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-06-10 22:41:48 -0700 |
| commit | bc38d3b3039014cba8757e2e05857fdecbfb36be (patch) | |
| tree | 00213e674566920bbc946472ef0b808e3912f96d | |
| parent | dacaf619d2410e69ad8d3252ea2d0e992e296a84 (diff) | |
| download | bootstrap-bc38d3b3039014cba8757e2e05857fdecbfb36be.tar.xz bootstrap-bc38d3b3039014cba8757e2e05857fdecbfb36be.zip | |
words
| -rw-r--r-- | docs/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html index af54a1363..e5ea7d6a5 100644 --- a/docs/index.html +++ b/docs/index.html @@ -26,7 +26,7 @@ title: Bootstrap <div class="col-sm-4"> <img src="assets/img/sass-less.png" alt="Sass and Less support" class="img-responsive"> <h3>Preprocessors</h3> - <p>Bootstrap ships as vanilla CSS, as well as support for the two most popular CSS preprocessors, <a href="../css/#less">Less</a> and <a href="../css/#sass">Sass</a>. Quickly get started with precompiled CSS or build on the source code.</p> + <p>Bootstrap ships with vanilla CSS, but it's source code utilizes the two most popular CSS preprocessors, <a href="../css/#less">Less</a> and <a href="../css/#sass">Sass</a>. Quickly get started with precompiled CSS or build on the source.</p> </div> <div class="col-sm-4"> <img src="assets/img/devices.png" alt="Responsive across devices" class="img-responsive"> |
