font-awesome-sass 6.5.0 → 6.5.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 714ffdca5226d2be4f2c9c89a2dd4715a9beacf2466f306b88d2a16a53f4d163
4
- data.tar.gz: 6a25fea04b956a020a7f00765bd98fea94877ffc0b0a39ad6c3450fc4fff6848
3
+ metadata.gz: 3e2e600cd3c5c76ae6d09a0db5a079eaaf6268b4605c02dd9050f8fcdadb0f6d
4
+ data.tar.gz: 0d7f24472ec202977fbc0b1f0d58c3ecec2b5b7b882ac3a6d47e0293fa6eff76
5
5
  SHA512:
6
- metadata.gz: e18e6462dab25c15e60737edbc3ff5ef488d42e648c5598b32e109223f764be932922c4e7b2cf54401b6f3d8a4054930537633cf3e10e50fa3cbca1229650cb2
7
- data.tar.gz: 90bb84a7d57f1ee8dd5aa65e432ab13f91f31a4eb6361226eb1da3c6fe2383109ba266f441eeffc3fb6be2f73641889b1b1e648d9112387f1c0bc279df3adcb5
6
+ metadata.gz: ba8d9cbf1e13dc3e23fa2538849f9624e637bad01146e5f453be4aef7f77716b580051aebe777cf9a33dac8b280667737af920e36d9aea97d3636c5af08f01be
7
+ data.tar.gz: 3bdb93a49e6b43b5677a64cb809baee75b8f8cdde400f37d8dd5bf5dcb94c463cf899790ae291d7d67787825a2e25a98bf5e73b70a511135ff30ac3a1aeb9352
@@ -150,4 +150,3 @@
150
150
  0% { transform: rotate(0deg); }
151
151
  100% { transform: rotate(360deg); }
152
152
  }
153
-
@@ -9,12 +9,12 @@
9
9
  padding: var(--#{$fa-css-prefix}-border-padding, #{$fa-border-padding});
10
10
  }
11
11
 
12
- .#{$fa-css-prefix}-pull-left {
12
+ .#{$fa-css-prefix}-pull-left {
13
13
  float: left;
14
14
  margin-right: var(--#{$fa-css-prefix}-pull-margin, #{$fa-pull-margin});
15
15
  }
16
16
 
17
- .#{$fa-css-prefix}-pull-right {
17
+ .#{$fa-css-prefix}-pull-right {
18
18
  float: right;
19
19
  margin-left: var(--#{$fa-css-prefix}-pull-margin, #{$fa-pull-margin});
20
20
  }
@@ -1,7 +1,7 @@
1
1
  /*!
2
- * Font Awesome Free 6.5.0 by @fontawesome - https://fontawesome.com
2
+ * Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com
3
3
  * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4
- * Copyright 2023 Fonticons, Inc.
4
+ * Copyright 2024 Fonticons, Inc.
5
5
  */
6
6
  @import 'functions';
7
7
  @import 'variables';
@@ -54,7 +54,6 @@
54
54
  content: unquote("\"#{ $fa-var }\"");
55
55
  }
56
56
  }
57
-
58
57
  @mixin fa-icon-regular($fa-var) {
59
58
  @extend %fa-icon;
60
59
  @extend .fa-regular;
@@ -63,7 +62,6 @@
63
62
  content: unquote("\"#{ $fa-var }\"");
64
63
  }
65
64
  }
66
-
67
65
  @mixin fa-icon-brands($fa-var) {
68
66
  @extend %fa-icon;
69
67
  @extend .fa-brands;
@@ -72,4 +70,3 @@
72
70
  content: unquote("\"#{ $fa-var }\"");
73
71
  }
74
72
  }
75
-
@@ -1,7 +1,7 @@
1
1
  /*!
2
- * Font Awesome Free 6.5.0 by @fontawesome - https://fontawesome.com
2
+ * Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com
3
3
  * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4
- * Copyright 2023 Fonticons, Inc.
4
+ * Copyright 2024 Fonticons, Inc.
5
5
  */
6
6
  @import 'functions';
7
7
  @import 'variables';
@@ -22,10 +22,10 @@
22
22
  }
23
23
 
24
24
  .#{$fa-css-prefix}-flip-both,
25
- .#{$fa-css-prefix}-flip-horizontal.#{$fa-css-prefix}-flip-vertical {
25
+ .#{$fa-css-prefix}-flip-horizontal.#{$fa-css-prefix}-flip-vertical {
26
26
  transform: scale(-1, -1);
27
27
  }
28
28
 
29
29
  .#{$fa-css-prefix}-rotate-by {
30
- transform: rotate(var(--#{$fa-css-prefix}-rotate-angle, none));
30
+ transform: rotate(var(--#{$fa-css-prefix}-rotate-angle, 0));
31
31
  }