diff --git a/src/doc/get-started.html b/src/doc/get-started.html index 325ef78b9..c2c9437aa 100644 --- a/src/doc/get-started.html +++ b/src/doc/get-started.html @@ -45,14 +45,14 @@ relative_path: ../ {% endhighlight %} -
  • Check out the examples to start using Fork Awesome!
  • +
  • Check out the examples to start using {{ site.forkawesome.name }}!
  • Using Sass or Less

    -

    Use this method to customize Fork Awesome {{ site.forkawesome.version }} using Less or Sass.

    +

    Use this method to customize {{ site.forkawesome.name }} {{ site.forkawesome.version }} using Less or Sass.

    1. Copy the fork-awesome/ directory into your project.
    2. @@ -64,7 +64,7 @@ relative_path: ../

      The font path is relative from your compiled CSS directory.

    3. Re-compile your Less or Sass if using a static compiler. Otherwise, you should be good to go.
    4. -
    5. Check out the examples to start using Fork Awesome!
    6. +
    7. Check out the examples to start using {{ site.forkawesome.name }}!
    @@ -76,7 +76,7 @@ relative_path: ../

    Validators

    -

    In order to provide the best possible experience to old and buggy browsers, Fork Awesome uses CSS browser hacks in several places to target special CSS to certain browser versions in order to work around bugs in the browsers themselves. These hacks understandably cause CSS validators to complain that they are invalid. In a couple places, we also use bleeding-edge CSS features that aren't yet fully standardized, but these are used purely for progressive enhancement.

    +

    In order to provide the best possible experience to old and buggy browsers, {{ site.forkawesome.name }} uses CSS browser hacks in several places to target special CSS to certain browser versions in order to work around bugs in the browsers themselves. These hacks understandably cause CSS validators to complain that they are invalid. In a couple places, we also use bleeding-edge CSS features that aren't yet fully standardized, but these are used purely for progressive enhancement.

    These validation warnings don't matter in practice since the non-hacky portion of our CSS does fully validate and the hacky portions don't interfere with the proper functioning of the non-hacky portion, hence why we deliberately ignore these particular warnings.

    Getting started - Validators by Bootstrap Team is licensed under CC BY 3.0