fontawesome.scss 455 B

123456789101112131415161718
  1. /*!
  2. * Font Awesome Free 7.0.0 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 2025 Fonticons, Inc.
  5. */
  6. // Font Awesome core compile (Web Fonts-based)
  7. // -------------------------
  8. @use 'core';
  9. @use 'sizing';
  10. @use 'widths';
  11. @use 'list';
  12. @use 'bordered';
  13. @use 'pulled';
  14. @use 'animated';
  15. @use 'rotated-flipped';
  16. @use 'stacked';
  17. @use 'icons';