Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FortAwesome/Font-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThe Jared Wilcurt <TheJaredWilcurt@users.noreply.github.com>2017-05-08 19:57:03 +0300
committerGitHub <noreply@github.com>2017-05-08 19:57:03 +0300
commitaea471ae8634d319dd66bd62e4bba4dbfbe95bcf (patch)
tree77ad44d7741a28f13f42fea3178278ad74ad85cb
parentf246112c98f55a5920ebc12bb70791d50b573d44 (diff)
Correct Sass/LESS capitalization
**See:** * http://sass-lang.com * http://lesscss.org
-rw-r--r--src/get-started.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/get-started.html b/src/get-started.html
index cd63636dc..48ad89f06 100644
--- a/src/get-started.html
+++ b/src/get-started.html
@@ -122,7 +122,7 @@ relative_path: ../
<div class="download-preprocessors" id="download-preprocessors">
<h3>Using Sass or Less</h3>
- <p>Use this method to customize Font Awesome {{ site.fontawesome.version }} using LESS or SASS.</p>
+ <p>Use this method to customize Font Awesome {{ site.fontawesome.version }} using Less or Sass.</p>
<ol>
<li>Copy the <code>font-awesome/</code> directory into your project.</li>
<li>
@@ -133,7 +133,7 @@ relative_path: ../
{% endhighlight %}
<p class="alert alert-success"><i class="fa fa-info-circle"></i> The font path is relative from your compiled CSS directory.</p>
</li>
- <li>Re-compile your LESS or SASS if using a static compiler. Otherwise, you should be good to go.</li>
+ <li>Re-compile your Less or Sass if using a static compiler. Otherwise, you should be good to go.</li>
<li>Check out the <a href="{{ page.relative_path }}examples/">examples</a> to start using Font Awesome!</li>
</ol>
</div>
@@ -150,10 +150,10 @@ relative_path: ../
</h2>
<div class="ruby-gem-less margin-bottom-xl" id="ruby-gem-less">
- <h3><a href="https://github.com/FortAwesome/font-awesome-less">LESS Ruby Gem</a></h3>
+ <h3><a href="https://github.com/FortAwesome/font-awesome-less">Less Ruby Gem</a></h3>
<p>
- Use the <a href="https://github.com/FortAwesome/font-awesome-less">Official Font Awesome LESS Ruby Gem</a> to easily get Font
- Awesome LESS into a Rails project. Generously maintained by <a href="https://twitter.com/supercodepoet/">@supercodepoet</a>.
+ Use the <a href="https://github.com/FortAwesome/font-awesome-less">Official Font Awesome Less Ruby Gem</a> to easily get Font
+ Awesome Less into a Rails project. Generously maintained by <a href="https://twitter.com/supercodepoet/">@supercodepoet</a>.
</p>
<ol>
<li>
@@ -184,10 +184,10 @@ $ gem install font-awesome-less
</div>
<div class="ruby-gem-sass" id="ruby-gem-sass">
- <h3><a href="https://github.com/FortAwesome/font-awesome-sass">SASS Ruby Gem</a></h3>
+ <h3><a href="https://github.com/FortAwesome/font-awesome-sass">Sass Ruby Gem</a></h3>
<p>
- Use the <a href="https://github.com/FortAwesome/font-awesome-sass">Official Font Awesome SASS Ruby Gem</a> to easily get Font
- Awesome SASS into a Rails or Compass project. Generously maintained by <a href="https://twitter.com/supercodepoet/">@supercodepoet</a>.
+ Use the <a href="https://github.com/FortAwesome/font-awesome-sass">Official Font Awesome Sass Ruby Gem</a> to easily get Font
+ Awesome Sass into a Rails or Compass project. Generously maintained by <a href="https://twitter.com/supercodepoet/">@supercodepoet</a>.
</p>
<ol>
<li>