From 9ae5d2c6f4db7f254e623fde661adc1b91e34b51 Mon Sep 17 00:00:00 2001 From: Jina Bolton Date: Wed, 17 Dec 2014 14:45:53 -0800 Subject: [PATCH] Switch SASS to Sass. :) --- README.md | 4 ++-- src/get-started.html | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 38a20b346..2b5abcf82 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Get started at http://fontawesome.io! ##License - The Font Awesome font is licensed under the SIL OFL 1.1: - 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 - The Font Awesome documentation is licensed under the CC BY 3.0 License: - 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.1 - much improved rendering in webkit, various bug fixes - 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.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) diff --git a/src/get-started.html b/src/get-started.html index 996d6a82d..d307eb122 100644 --- a/src/get-started.html +++ b/src/get-started.html @@ -90,10 +90,10 @@ $ gem install font-awesome-less
- +

- Use the Official Font Awesome SASS Ruby Gem to easily get Font - Awesome SASS into a Rails or Compass project. Generously maintained by @supercodepoet. + Use the Official Font Awesome Sass Ruby Gem to easily get Font + Awesome Sass into a Rails or Compass project. Generously maintained by @supercodepoet.

  1. @@ -123,8 +123,8 @@ $ gem install font-awesome-sass
- -

Use this method to customize Font Awesome {{ site.fontawesome.version }} using LESS or SASS.

+ +

Use this method to customize Font Awesome {{ site.fontawesome.version }} using LESS or Sass.

  1. Copy the font-awesome/ directory into your project.
  2. @@ -135,7 +135,7 @@ $ gem install font-awesome-sass {% endhighlight %}

    The font path is relative from your compiled CSS directory.

  3. -
  4. Re-compile your LESS or SASS if using a static compiler. Otherwise, you should be good to go.
  5. +
  6. Re-compile your LESS or Sass if using a static compiler. Otherwise, you should be good to go.
  7. Check out the examples to start using Font Awesome!