Skip to content

Commit

Permalink
adding src links in doc to LESS and SASS
Browse files Browse the repository at this point in the history
  • Loading branch information
davegandy committed Aug 22, 2014
1 parent 1a30c90 commit cc832a9
Show file tree
Hide file tree
Showing 83 changed files with 1,770 additions and 1,198 deletions.
5 changes: 3 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 21,7 @@ icon_destination: icon # Relative to destination
fontawesome:
version: 4.2.0
minor_version: 4.2
doc_blob: 4.2.0-wip
url: http://fontawesome.io
legacy_url: http://fortawesome.github.com/Font-Awesome/
blog_url: http://blog.fontawesome.io
Expand Down Expand Up @@ -48,8 49,8 @@ fontawesome:
url: http://creativecommons.org/licenses/by/3.0/

bootstrap:
version: 3.1.1
version: 3.2.0
url: http://getbootstrap.com

jquery:
version: 1.11.0
version: 1.11.1
8 changes: 7 additions & 1 deletion src/_includes/examples/basic.html
Original file line number Diff line number Diff line change
@@ -1,5 1,11 @@
<section id="basic">
<h2 class="page-header">Basic Icons</h2>
<h2 class="page-header">
Basic Icons
<div class="pull-right text-default margin-top padding-top-sm hidden-xs">
<a href="https://github.com/FortAwesome/Font-Awesome/blob/{{ site.fontawesome.doc_blob }}/less/core.less" class="text-muted padding-right">View LESS</a>
<a href="https://github.com/FortAwesome/Font-Awesome/blob/{{ site.fontawesome.doc_blob }}/scss/_core.scss" class="text-muted">View SASS</a>
</div>
</h2>

<div class="row">
<div class="col-md-3 col-sm-4">
Expand Down
8 changes: 7 additions & 1 deletion src/_includes/examples/bordered-pulled.html
Original file line number Diff line number Diff line change
@@ -1,5 1,11 @@
<section id="bordered-pulled">
<h2 class="page-header">Bordered & Pulled Icons</h2>
<h2 class="page-header">
Bordered & Pulled Icons
<div class="pull-right text-default margin-top padding-top-sm hidden-xs">
<a href="https://github.com/FortAwesome/Font-Awesome/blob/{{ site.fontawesome.doc_blob }}/less/bordered-pulled.less" class="text-muted padding-right">View LESS</a>
<a href="https://github.com/FortAwesome/Font-Awesome/blob/{{ site.fontawesome.doc_blob }}/scss/_bordered-pulled.scss" class="text-muted">View SASS</a>
</div>
</h2>
<div class="row">
<div class="col-md-3 col-sm-4">
<p>
Expand Down
8 changes: 7 additions & 1 deletion src/_includes/examples/fixed-width.html
Original file line number Diff line number Diff line change
@@ -1,5 1,11 @@
<section id="fixed-width">
<h2 class="page-header">Fixed Width Icons</h2>
<h2 class="page-header">
Fixed Width Icons
<div class="pull-right text-default margin-top padding-top-sm hidden-xs">
<a href="https://github.com/FortAwesome/Font-Awesome/blob/{{ site.fontawesome.doc_blob }}/less/fixed-width.less" class="text-muted padding-right">View LESS</a>
<a href="https://github.com/FortAwesome/Font-Awesome/blob/{{ site.fontawesome.doc_blob }}/scss/_fixed-width.scss" class="text-muted">View SASS</a>
</div>
</h2>
<div class="row">
<div class="col-md-3 col-sm-4">
<div class="list-group">
Expand Down
8 changes: 7 additions & 1 deletion src/_includes/examples/larger.html
Original file line number Diff line number Diff line change
@@ -1,5 1,11 @@
<section id="larger">
<h2 class="page-header">Larger Icons</h2>
<h2 class="page-header">
Larger Icons
<div class="pull-right text-default margin-top padding-top-sm hidden-xs">
<a href="https://github.com/FortAwesome/Font-Awesome/blob/{{ site.fontawesome.doc_blob }}/less/larger.less" class="text-muted padding-right">View LESS</a>
<a href="https://github.com/FortAwesome/Font-Awesome/blob/{{ site.fontawesome.doc_blob }}/scss/_larger.scss" class="text-muted">View SASS</a>
</div>
</h2>
<div class="row">
<div class="col-md-3 col-sm-4">
<p><i class="fa fa-camera-retro fa-lg"></i> fa-lg</p>
Expand Down
8 changes: 7 additions & 1 deletion src/_includes/examples/list.html
Original file line number Diff line number Diff line change
@@ -1,5 1,11 @@
<section id="list">
<h2 class="page-header">List Icons</h2>
<h2 class="page-header">
List Icons
<div class="pull-right text-default margin-top padding-top-sm hidden-xs">
<a href="https://github.com/FortAwesome/Font-Awesome/blob/{{ site.fontawesome.doc_blob }}/less/list.less" class="text-muted padding-right">View LESS</a>
<a href="https://github.com/FortAwesome/Font-Awesome/blob/{{ site.fontawesome.doc_blob }}/scss/_list.scss" class="text-muted">View SASS</a>
</div>
</h2>
<div class="row">
<div class="col-md-3 col-sm-4">
<ul class="fa-ul">
Expand Down
8 changes: 7 additions & 1 deletion src/_includes/examples/rotated-flipped.html
Original file line number Diff line number Diff line change
@@ -1,5 1,11 @@
<section id="rotated-flipped">
<h2 class="page-header">Rotated &amp; Flipped</h2>
<h2 class="page-header">
Rotated &amp; Flipped
<div class="pull-right text-default margin-top padding-top-sm hidden-xs">
<a href="https://github.com/FortAwesome/Font-Awesome/blob/{{ site.fontawesome.doc_blob }}/less/rotated-flipped.less" class="text-muted padding-right">View LESS</a>
<a href="https://github.com/FortAwesome/Font-Awesome/blob/{{ site.fontawesome.doc_blob }}/scss/_rotated-flipped.scss" class="text-muted">View SASS</a>
</div>
</h2>
<div class="row">
<div class="col-md-3 col-sm-4">
<p style="font-size: 18px;">
Expand Down
8 changes: 7 additions & 1 deletion src/_includes/examples/spinning.html
Original file line number Diff line number Diff line change
@@ -1,5 1,11 @@
<section id="spinning">
<h2 class="page-header">Spinning Icons</h2>
<h2 class="page-header">
Spinning Icons
<div class="pull-right text-default margin-top padding-top-sm hidden-xs">
<a href="https://github.com/FortAwesome/Font-Awesome/blob/{{ site.fontawesome.doc_blob }}/less/spinning.less" class="text-muted padding-right">View LESS</a>
<a href="https://github.com/FortAwesome/Font-Awesome/blob/{{ site.fontawesome.doc_blob }}/scss/_spinning.scss" class="text-muted">View SASS</a>
</div>
</h2>
<div class="row">
<div class="col-md-3 col-sm-4">
<p>
Expand Down
8 changes: 7 additions & 1 deletion src/_includes/examples/stacked.html
Original file line number Diff line number Diff line change
@@ -1,5 1,11 @@
<section id="stacked">
<h2 class="page-header">Stacked Icons</h2>
<h2 class="page-header">
Stacked Icons
<div class="pull-right text-default margin-top padding-top-sm hidden-xs">
<a href="https://github.com/FortAwesome/Font-Awesome/blob/{{ site.fontawesome.doc_blob }}/less/stacked.less" class="text-muted padding-right">View LESS</a>
<a href="https://github.com/FortAwesome/Font-Awesome/blob/{{ site.fontawesome.doc_blob }}/scss/_stacked.scss" class="text-muted">View SASS</a>
</div>
</h2>
<div class="row">
<div class="col-md-3 col-sm-4">
<div class="margin-bottom">
Expand Down
Loading

0 comments on commit cc832a9

Please sign in to comment.