diff options
| author | Mark Otto <[email protected]> | 2013-12-21 13:42:10 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-12-21 13:42:10 -0800 |
| commit | 12980e7ea47057d7e17c3606604c79c6450b272e (patch) | |
| tree | 955b78bda771115d6cdfa50ae6ae713fd5b7aeae | |
| parent | 176e35d33d1dfc5a81df58462d158e90e4cf4cd8 (diff) | |
| download | bootstrap-12980e7ea47057d7e17c3606604c79c6450b272e.tar.xz bootstrap-12980e7ea47057d7e17c3606604c79c6450b272e.zip | |
link homepage sass and less
| -rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html index d59c6fb6e..799045f0a 100644 --- a/index.html +++ b/index.html @@ -26,7 +26,7 @@ base_url: "./" <div class="col-sm-4"> <img src="docs-assets/img/sass-less.png" alt="Sass and Less support" class="img-responsive"> <h3>Preprocesors</h3> - <p>In addition to vanilla CSS, Bootstrap includes support for the two most popular CSS preprocessors, Less and Sass.</p> + <p>In addition to vanilla CSS, Bootstrap includes support for the two most popular CSS preprocessors, <a href="{{ page.base_url }}css#using-less">Less</a> and <a href="{{ page.base_url }}css#using-sass">Sass</a>.</p> </div> <div class="col-sm-4"> <img src="docs-assets/img/devices.png" alt="Responsive across devices" class="img-responsive"> |
