Partially fixes issue #3256 by updating SASS syntax in main SCSS files. To fully address the issue, FontAwesome should be updated to `v7.x` and Tabler to `v3.30` or higher (see Tabler fix [here](https://github.com/tabler/tabler-icons/pull/1256)), where the SCSS has been fixed. --------- Signed-off-by: George Araújo <george.gcac@gmail.com> Co-authored-by: George Araújo <george.gcac@gmail.com>
19 lines
455 B
SCSS
19 lines
455 B
SCSS
/*!
|
|
* Font Awesome Free 7.0.0 by @fontawesome - https://fontawesome.com
|
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
|
* Copyright 2025 Fonticons, Inc.
|
|
*/
|
|
// Font Awesome core compile (Web Fonts-based)
|
|
// -------------------------
|
|
|
|
@use 'core';
|
|
@use 'sizing';
|
|
@use 'widths';
|
|
@use 'list';
|
|
@use 'bordered';
|
|
@use 'pulled';
|
|
@use 'animated';
|
|
@use 'rotated-flipped';
|
|
@use 'stacked';
|
|
@use 'icons';
|