mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2025-03-15 22:04:38 +08:00
10 lines
144 B
SCSS
10 lines
144 B
SCSS
@if variable-exists(fa-included-icons) {
|
|
|
|
@include fa-include-icon($fa-included-icons);
|
|
|
|
} @else {
|
|
|
|
@include fa-include-all-icons();
|
|
|
|
}
|