fontawesome.scss 564 B

123456789101112131415161718192021
  1. /*!
  2. * Font Awesome Free 6.2.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 2022 Fonticons, Inc.
  5. */
  6. // Font Awesome core compile (Web Fonts-based)
  7. // -------------------------
  8. @import 'functions';
  9. @import 'variables';
  10. @import 'mixins';
  11. @import 'core';
  12. @import 'sizing';
  13. @import 'fixed-width';
  14. @import 'list';
  15. @import 'bordered-pulled';
  16. @import 'animated';
  17. @import 'rotated-flipped';
  18. @import 'stacked';
  19. @import 'icons';
  20. @import 'screen-reader';