Switch SASS to Sass. :)

This commit is contained in:
Jina Bolton 2014-12-17 14:45:53 -08:00
parent a65bd93d81
commit 9ae5d2c6f4
2 changed files with 8 additions and 8 deletions

View File

@ -10,7 +10,7 @@ Get started at http://fontawesome.io!
##License ##License
- The Font Awesome font is licensed under the SIL OFL 1.1: - The Font Awesome font is licensed under the SIL OFL 1.1:
- http://scripts.sil.org/OFL - http://scripts.sil.org/OFL
- Font Awesome CSS, LESS, and SASS files are licensed under the MIT License: - Font Awesome CSS, LESS, and Sass files are licensed under the MIT License:
- http://opensource.org/licenses/mit-license.html - http://opensource.org/licenses/mit-license.html
- The Font Awesome documentation is licensed under the CC BY 3.0 License: - The Font Awesome documentation is licensed under the CC BY 3.0 License:
- http://creativecommons.org/licenses/by/3.0/ - http://creativecommons.org/licenses/by/3.0/
@ -22,7 +22,7 @@ Get started at http://fontawesome.io!
- v3.0.0 - all icons redesigned from scratch, optimized for Bootstrap's 14px default - v3.0.0 - all icons redesigned from scratch, optimized for Bootstrap's 14px default
- v3.0.1 - much improved rendering in webkit, various bug fixes - v3.0.1 - much improved rendering in webkit, various bug fixes
- v3.0.2 - much improved rendering and alignment in IE7 - v3.0.2 - much improved rendering and alignment in IE7
- v3.1.0 - Added 54 icons, icon stacking styles, flipping and rotating icons, removed SASS support - v3.1.0 - Added 54 icons, icon stacking styles, flipping and rotating icons, removed Sass support
- [v3.1.1 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=4&page=1&state=closed) - [v3.1.1 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=4&page=1&state=closed)
- [v3.2.0 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=3&page=1&state=closed) - [v3.2.0 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=3&page=1&state=closed)
- [v3.2.1 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=5&page=1&state=closed) - [v3.2.1 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=5&page=1&state=closed)

View File

@ -90,10 +90,10 @@ $ gem install font-awesome-less
</section> </section>
<section id="ruby-gem-sass"> <section id="ruby-gem-sass">
<h2 class="page-header">EASY: <a href="https://github.com/FortAwesome/font-awesome-sass">SASS Ruby Gem</a></h2> <h2 class="page-header">EASY: <a href="https://github.com/FortAwesome/font-awesome-sass">Sass Ruby Gem</a></h2>
<p> <p>
Use the <a href="https://github.com/FortAwesome/font-awesome-sass">Official Font Awesome SASS Ruby Gem</a> to easily get Font 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>. Awesome Sass into a Rails or Compass project. Generously maintained by <a href="https://twitter.com/supercodepoet/">@supercodepoet</a>.
</p> </p>
<ol> <ol>
<li> <li>
@ -123,8 +123,8 @@ $ gem install font-awesome-sass
</section> </section>
<section id="custom-less"> <section id="custom-less">
<h2 class="page-header">PRO: Custom LESS or SASS</h2> <h2 class="page-header">PRO: Custom LESS or Sass</h2>
<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> <ol>
<li>Copy the <code>font-awesome/</code> directory into your project.</li> <li>Copy the <code>font-awesome/</code> directory into your project.</li>
<li> <li>
@ -135,7 +135,7 @@ $ gem install font-awesome-sass
{% endhighlight %} {% endhighlight %}
<p class="alert alert-success"><i class="fa fa-info-circle"></i> The font path is relative from your compiled CSS directory.</p> <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>
<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> <li>Check out the <a href="{{ page.relative_path }}examples/">examples</a> to start using Font Awesome!</li>
</ol> </ol>
</section> </section>