fontawesome.scss (564B)
1 /*! 2 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com 3 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) 4 * Copyright 2024 Fonticons, Inc. 5 */ 6 // Font Awesome core compile (Web Fonts-based) 7 // ------------------------- 8 9 @import 'functions'; 10 @import 'variables'; 11 @import 'mixins'; 12 @import 'core'; 13 @import 'sizing'; 14 @import 'fixed-width'; 15 @import 'list'; 16 @import 'bordered-pulled'; 17 @import 'animated'; 18 @import 'rotated-flipped'; 19 @import 'stacked'; 20 @import 'icons'; 21 @import 'screen-reader';