Skip to content

Commit

Permalink
Upgrade fontawesome to 5.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mpourismaiel committed Jan 27, 2019
1 parent 1365f8d commit b3b3f79
Show file tree
Hide file tree
Showing 34 changed files with 1,928 additions and 159 deletions.
4 changes: 4 additions & 0 deletions assets/styles/fontawesome/_core.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@
text-rendering: auto;
line-height: 1;
}

%fa-icon {
@include fa-icon;
}
2 changes: 1 addition & 1 deletion assets/styles/fontawesome/_fixed-width.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
// -------------------------
.#{$fa-css-prefix}-fw {
text-align: center;
width: (20em / 16);
width: $fa-fw-width;
}
343 changes: 342 additions & 1 deletion assets/styles/fontawesome/_icons.scss

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/styles/fontawesome/_stacked.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
line-height: 2em;
position: relative;
vertical-align: middle;
width: 2em;
width: ($fa-fw-width*2);
}

.#{$fa-css-prefix}-stack-1x,
Expand Down
Loading

0 comments on commit b3b3f79

Please sign in to comment.