Skip to content

Commit

Permalink
Update to version 6.5.2 (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
robmadole authored Apr 2, 2024
1 parent bb2c43f commit 07db441
Show file tree
Hide file tree
Showing 16 changed files with 53 additions and 481 deletions.
Binary file modified assets/fonts/font-awesome/fa-brands-400.ttf
Binary file not shown.
Binary file modified assets/fonts/font-awesome/fa-brands-400.woff2
Binary file not shown.
Binary file modified assets/fonts/font-awesome/fa-regular-400.ttf
Binary file not shown.
Binary file modified assets/fonts/font-awesome/fa-regular-400.woff2
Binary file not shown.
Binary file modified assets/fonts/font-awesome/fa-solid-900.ttf
Binary file not shown.
Binary file modified assets/fonts/font-awesome/fa-solid-900.woff2
Binary file not shown.
1 change: 0 additions & 1 deletion assets/stylesheets/font-awesome/_animated.scss
Original file line number Diff line number Diff line change
Expand Up @@ -150,4 +150,3 @@
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}

4 changes: 2 additions & 2 deletions assets/stylesheets/font-awesome/_bordered-pulled.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
padding: var(--#{$fa-css-prefix}-border-padding, #{$fa-border-padding});
}

.#{$fa-css-prefix}-pull-left {
.#{$fa-css-prefix}-pull-left {
float: left;
margin-right: var(--#{$fa-css-prefix}-pull-margin, #{$fa-pull-margin});
}

.#{$fa-css-prefix}-pull-right {
.#{$fa-css-prefix}-pull-right {
float: right;
margin-left: var(--#{$fa-css-prefix}-pull-margin, #{$fa-pull-margin});
}
4 changes: 2 additions & 2 deletions assets/stylesheets/font-awesome/_brands.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
* Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
* Copyright 2023 Fonticons, Inc.
* Copyright 2024 Fonticons, Inc.
*/
@import 'functions';
@import 'variables';
Expand Down
3 changes: 0 additions & 3 deletions assets/stylesheets/font-awesome/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
content: unquote("\"#{ $fa-var }\"");
}
}

@mixin fa-icon-regular($fa-var) {
@extend %fa-icon;
@extend .fa-regular;
Expand All @@ -63,7 +62,6 @@
content: unquote("\"#{ $fa-var }\"");
}
}

@mixin fa-icon-brands($fa-var) {
@extend %fa-icon;
@extend .fa-brands;
Expand All @@ -72,4 +70,3 @@
content: unquote("\"#{ $fa-var }\"");
}
}

4 changes: 2 additions & 2 deletions assets/stylesheets/font-awesome/_regular.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
* Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
* Copyright 2023 Fonticons, Inc.
* Copyright 2024 Fonticons, Inc.
*/
@import 'functions';
@import 'variables';
Expand Down
4 changes: 2 additions & 2 deletions assets/stylesheets/font-awesome/_rotated-flipped.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
}

.#{$fa-css-prefix}-flip-both,
.#{$fa-css-prefix}-flip-horizontal.#{$fa-css-prefix}-flip-vertical {
.#{$fa-css-prefix}-flip-horizontal.#{$fa-css-prefix}-flip-vertical {
transform: scale(-1, -1);
}

.#{$fa-css-prefix}-rotate-by {
transform: rotate(var(--#{$fa-css-prefix}-rotate-angle, none));
transform: rotate(var(--#{$fa-css-prefix}-rotate-angle, 0));
}
Loading

0 comments on commit 07db441

Please sign in to comment.