-
-
Notifications
You must be signed in to change notification settings - Fork 997
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #741 from fltiago/update-font-awesome
Update font awesome to version 4.1.0
- Loading branch information
Showing
9 changed files
with
1,299 additions
and
751 deletions.
There are no files selected for viewing
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
/*! | ||
* Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome | ||
* Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome | ||
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) | ||
*/ | ||
|
||
@import "variables"; | ||
@import "mixins"; | ||
@import "path"; | ||
@import "core"; | ||
@import "larger"; | ||
@import "fixed-width"; | ||
@import "list"; | ||
@import "bordered-pulled"; | ||
@import "spinning"; | ||
@import "rotated-flipped"; | ||
@import "stacked"; | ||
@import "icons"; | ||
@import "variables.less"; | ||
@import "mixins.less"; | ||
@import "path.less"; | ||
@import "core.less"; | ||
@import "larger.less"; | ||
@import "fixed-width.less"; | ||
@import "list.less"; | ||
@import "bordered-pulled.less"; | ||
@import "spinning.less"; | ||
@import "rotated-flipped.less"; | ||
@import "stacked.less"; | ||
@import "icons.less"; |
Oops, something went wrong.