mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2025-04-01 22:32:40 +08:00
fix trailing whitesaces and newlines at end of files
This commit is contained in:
parent
f0c25837a3
commit
5e932099bd
@ -150,4 +150,3 @@
|
|||||||
0% { transform: rotate(0deg); }
|
0% { transform: rotate(0deg); }
|
||||||
100% { transform: rotate(360deg); }
|
100% { transform: rotate(360deg); }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -9,12 +9,12 @@
|
|||||||
padding: var(--#{$fa-css-prefix}-border-padding, #{$fa-border-padding});
|
padding: var(--#{$fa-css-prefix}-border-padding, #{$fa-border-padding});
|
||||||
}
|
}
|
||||||
|
|
||||||
.#{$fa-css-prefix}-pull-left {
|
.#{$fa-css-prefix}-pull-left {
|
||||||
float: left;
|
float: left;
|
||||||
margin-right: var(--#{$fa-css-prefix}-pull-margin, #{$fa-pull-margin});
|
margin-right: var(--#{$fa-css-prefix}-pull-margin, #{$fa-pull-margin});
|
||||||
}
|
}
|
||||||
|
|
||||||
.#{$fa-css-prefix}-pull-right {
|
.#{$fa-css-prefix}-pull-right {
|
||||||
float: right;
|
float: right;
|
||||||
margin-left: var(--#{$fa-css-prefix}-pull-margin, #{$fa-pull-margin});
|
margin-left: var(--#{$fa-css-prefix}-pull-margin, #{$fa-pull-margin});
|
||||||
}
|
}
|
||||||
|
@ -7,4 +7,3 @@ readers do not read off random characters that represent icons */
|
|||||||
@each $name, $icon in $fa-icons {
|
@each $name, $icon in $fa-icons {
|
||||||
.#{$fa-css-prefix}-#{$name}::before { content: unquote("\"#{ $icon }\""); }
|
.#{$fa-css-prefix}-#{$name}::before { content: unquote("\"#{ $icon }\""); }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -72,4 +72,3 @@
|
|||||||
content: unquote("\"#{ $fa-var }\"");
|
content: unquote("\"#{ $fa-var }\"");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.#{$fa-css-prefix}-flip-both,
|
.#{$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);
|
transform: scale(-1, -1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -2039,4 +2039,3 @@
|
|||||||
font-family: 'Font Awesome 6 Brands';
|
font-family: 'Font Awesome 6 Brands';
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user