migrate the fontawesome to the latest library in the idea to use the last one (more complete) to use fontawesome icons instead of images. Font awesome 5.4.1 is leighter than the previous loaded version.
17 lines
432 B
SCSS
17 lines
432 B
SCSS
/*!
|
|
* Font Awesome Free 5.4.1 by @fontawesome - https://fontawesome.com
|
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
|
*/
|
|
@import 'variables';
|
|
@import 'mixins';
|
|
@import 'core';
|
|
@import 'larger';
|
|
@import 'fixed-width';
|
|
@import 'list';
|
|
@import 'bordered-pulled';
|
|
@import 'animated';
|
|
@import 'rotated-flipped';
|
|
@import 'stacked';
|
|
@import 'icons';
|
|
@import 'screen-reader';
|