fix trailing whitesaces and newlines at end of files

This commit is contained in:
Nicolas CARPi 2023-10-20 22:05:29 +02:00
parent f0c25837a3
commit 5e932099bd
6 changed files with 5 additions and 9 deletions

View File

@ -150,4 +150,3 @@
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}

View File

@ -7,4 +7,3 @@ readers do not read off random characters that represent icons */
@each $name, $icon in $fa-icons {
.#{$fa-css-prefix}-#{$name}::before { content: unquote("\"#{ $icon }\""); }
}

View File

@ -72,4 +72,3 @@
content: unquote("\"#{ $fa-var }\"");
}
}

View File

@ -2039,4 +2039,3 @@
font-family: 'Font Awesome 6 Brands';
font-weight: 400;
}