_animated.scss
4 years ago
_bordered-pulled.scss
4 years ago
_core.scss
4 years ago
_fixed-width.scss
4 years ago
_icons.scss
4 years ago
_larger.scss
4 years ago
_list.scss
4 years ago
_mixins.scss
4 years ago
_rotated-flipped.scss
4 years ago
_screen-reader.scss
4 years ago
_shims.scss
4 years ago
_stacked.scss
4 years ago
_variables.scss
4 years ago
brands.scss
1 year ago
fontawesome.scss
6 years ago
regular.scss
1 year ago
solid.scss
1 year ago
v4-shims.scss
1 year ago
fontawesome.scss
17 lines
| 1 | /*! |
| 2 | * Font Awesome Free 5.12.1 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 | */ |
| 5 | @import './variables'; |
| 6 | @import './mixins'; |
| 7 | @import './core'; |
| 8 | @import './larger'; |
| 9 | @import './fixed-width'; |
| 10 | @import './list'; |
| 11 | @import './bordered-pulled'; |
| 12 | @import './animated'; |
| 13 | @import './rotated-flipped'; |
| 14 | @import './stacked'; |
| 15 | @import './icons'; |
| 16 | @import './screen-reader'; |
| 17 |