Skip to content

Commit

Permalink
corrected comment in sprite file for new classnames
Browse files Browse the repository at this point in the history
  • Loading branch information
tomalterman committed Mar 14, 2013
1 parent b321594 commit 5e59802
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions objects/_sprite.scss
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
$SPRITE $SPRITE
\*------------------------------------*/ \*------------------------------------*/
/** /**
* Giving an element a class of `.s` will throw it into ‘sprite’ mode and apply * Giving an element a class of `.sprite` will throw it into ‘sprite’ mode and apply
* a background image e.g.: * a background image e.g.:
* *
<a class="sprite sprite--question-mark">More info&hellip;</a> <a class="sprite sprite--question-mark">More info&hellip;</a>
Expand All @@ -13,7 +13,7 @@
* *
<a href=#><i class="sprite sprite--question-mark"></i> Help and FAQ</a> <a href=#><i class="sprite sprite--question-mark"></i> Help and FAQ</a>
* *
* Giving an element a class of `.i` will throw it into ‘icon’ mode and will * Giving an element a class of `.icon` will throw it into ‘icon’ mode and will
* not add a background, but should be used for icon fonts and is populated * not add a background, but should be used for icon fonts and is populated
* through a `data-icon` attribute and the `:after` pseudo-element, e.g.: * through a `data-icon` attribute and the `:after` pseudo-element, e.g.:
* *
Expand Down

0 comments on commit 5e59802

Please sign in to comment.