From bfeb7b8b1920d21de2934d3bda659ade2da8b28d Mon Sep 17 00:00:00 2001 From: davegandy Date: Fri, 14 Jun 2013 17:32:23 -0400 Subject: [PATCH] addresses #1265 --- src/_includes/get-started.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/_includes/get-started.html b/src/_includes/get-started.html index c94e4a1b3..34b970fd4 100644 --- a/src/_includes/get-started.html +++ b/src/_includes/get-started.html @@ -52,7 +52,7 @@

Use this method to customize Font Awesome and Bootstrap {{ site.bootstrap.version }} using LESS.

  1. Copy the font-awesome directory into your project.
  2. -
  3. Open bootstrap.less and replace +
  4. Open your project's bootstrap/bootstrap.less and replace {% highlight html %} @import "sprites.less"; {% endhighlight %} @@ -62,7 +62,7 @@ {% endhighlight %}
  5. - Open your project's font-awesome.less and edit the @FontAwesomePath variable to point to your font directory. + Open your project's font-awesome/variables.less and edit the @FontAwesomePath variable to point to your font directory. {% highlight html %} @FontAwesomePath: "../font"; {% endhighlight %}