Skip to content

Commit

Permalink
Use IcoMoon icons
Browse files Browse the repository at this point in the history
  • Loading branch information
mirisuzanne committed Aug 28, 2012
1 parent 16fb9ef commit 22b9d62
Show file tree
Hide file tree
Showing 15 changed files with 211 additions and 283 deletions.
Binary file added docs/source/fonts/susy.eot
Binary file not shown.
69 changes: 69 additions & 0 deletions docs/source/fonts/susy.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/fonts/susy.ttf
Binary file not shown.
Binary file added docs/source/fonts/susy.woff
Binary file not shown.
14 changes: 6 additions & 8 deletions docs/source/index.html.md
Expand Up @@ -18,15 +18,13 @@
</p> </p>
</div> </div>
<section class="info"> <section class="info">
<div class="v1-0"> <h2 class="version">
<h2> <a href="https://rubygems.org/gems/susy">Version 1.0</a>
<a href="https://rubygems.org/gems/susy">Version 1.0</a> </h2>
</h2> <div class="highlight">
<div class="highlight"> <pre>gem install susy</pre>
<pre>gem install susy</pre>
</div>
<p><a href="/guides/upgrade-1-0/">Changes <span class="amp">&</span> upgrade instructions »</a></p>
</div> </div>
<p><a href="/guides/upgrade-1-0/">Changes <span class="amp">&</span> upgrade instructions »</a></p>
</section> </section>
<figure class="ag-test"> <figure class="ag-test">
<figcaption> <figcaption>
Expand Down
2 changes: 1 addition & 1 deletion docs/source/partials/_contentinfo.haml
Expand Up @@ -22,7 +22,7 @@
<a href="https://github.com/scottkellum/modular-scale">Modular Scale</a>, <a href="https://github.com/scottkellum/modular-scale">Modular Scale</a>,
<a href="http://ethanschoonover.com/solarized">Solarized</a> colors, <a href="http://ethanschoonover.com/solarized">Solarized</a> colors,
<a href="http://pygments.org/">Pygments</a> syntax highlighting, <a href="http://pygments.org/">Pygments</a> syntax highlighting,
<a href="http://fortawesome.github.com/Font-Awesome/">Font Awesome</a> icons, <a href="http://keyamoon.com/icomoon/">IcoMoon</a> icons,
and Franklin Gothic with Century OldStyle from and Franklin Gothic with Century OldStyle from
<a href="http://www.fontspring.com/">Fontspring</a>. <a href="http://www.fontspring.com/">Fontspring</a>.
</p> </p>
Expand Down
12 changes: 7 additions & 5 deletions docs/source/partials/_navigation.haml
@@ -1,13 +1,15 @@
%ul %ul
%li %li
%a{ :href => "/guides/getting-started/" } Getting Started %a{ :href => "/guides/getting-started/" } Getting Started
%li %li
%a{ :href => "/guides/reference/" } Reference %a{ :href => "/guides/reference/" } Reference
%li %li
%a{ :href => "/demos/" } Demos %a{ :href => "/demos/" } Demos
%li %li
%a{ :href => "/sites-using-susy/" } Sites using Susy %a{ :href => "/sites-using-susy/" } Sites
%li
%a{ :href => "https://github.com/ericam/susy" } Source
%li %li
%a{ :href => "https://github.com/ericam/susy" } Contribute on Github %a{ :href => "http://stackoverflow.com/questions/tagged/susy-compass"} Support
%li %li
%a{ :href => "http://twitter.com/compasssusy/" } Follow on Twitter %a{ :href => "http://twitter.com/compasssusy/" } Twitter
1 change: 1 addition & 0 deletions docs/source/stylesheets/_base/_base.scss
Expand Up @@ -2,6 +2,7 @@
// Imports // Imports


@import "compass"; @import "compass";
@import "compass/layout";
@import "susy"; @import "susy";


//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
Expand Down
8 changes: 4 additions & 4 deletions docs/source/stylesheets/_demos/_demo.scss
Expand Up @@ -18,10 +18,10 @@
color: $base1; color: $base1;
font-style: italic; font-style: italic;
a { a {
#{$link} { #{$link} {
@extend .icon; @extend %icon;
@include font-icon-image($icon-arrow-left); @extend %icon-arrow-left;
color: $base2; color: $base2;
} }
#{$focus} { color: $base3; } #{$focus} { color: $base3; }
} }
Expand Down
231 changes: 0 additions & 231 deletions docs/source/stylesheets/_general/_font-awesome.scss

This file was deleted.

0 comments on commit 22b9d62

Please sign in to comment.