raspisms/assets/font/fonts-awesome/scss/font-awesome.scss

19 lines
430 B
SCSS
Raw Normal View History

2019-10-29 14:57:13 +01:00
/*!
2023-02-20 15:45:53 +01:00
* Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
2019-10-29 14:57:13 +01:00
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
@import "variables";
@import "mixins";
@import "path";
@import "core";
@import "larger";
@import "fixed-width";
@import "list";
@import "bordered-pulled";
2023-02-20 15:45:53 +01:00
@import "animated";
2019-10-29 14:57:13 +01:00
@import "rotated-flipped";
@import "stacked";
@import "icons";
2023-02-20 15:45:53 +01:00
@import "screen-reader";