From 12980e7ea47057d7e17c3606604c79c6450b272e Mon Sep 17 00:00:00 2001 From: Mark Otto <otto@github.com> Date: Sat, 21 Dec 2013 13:42:10 -0800 Subject: [PATCH] link homepage sass and less --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index d59c6fb6e7..799045f0af 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"> -- GitLab