I'm getting the following error when importing the bootstrap5.scss file with the elixir phoenix "dart_sass" library (https://github.com/CargoSense/dart_sass) and building it:
/* Error: $color: var(--bs-link-color) is not a color.
* ,
* 452 | stroke: fade-out($btn-link-color, $progress-btn-circle-opacity);
* | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
* '
* node_modules\@syncfusion\ej2-splitbuttons\styles\progress-button\_theme.scss 452:21 @content
* node_modules\@syncfusion\ej2-base\styles\common\_mixin.scss 7:5 export-module()
* node_modules\@syncfusion\ej2-splitbuttons\styles\progress-button\_theme.scss 1:1 @import
* node_modules\@syncfusion\ej2-splitbuttons\styles\progress-button\_all.scss 2:9 @import
* node_modules\@syncfusion\ej2-splitbuttons\styles\progress-button\bootstrap5.scss 5:9 @import
* ej2-splitbuttons\styles\bootstrap5.scss 4:9 @import
What can I do or is this an error from your side?
I have the following import procedure in my main scss file:
@import "../node_modules/bootstrap/scss/bootstrap";
@import "../node_modules/@syncfusion/ej2-base/styles/bootstrap5";
@import "../node_modules/@syncfusion/ej2-icons/styles/bootstrap5";
@import "../node_modules/@syncfusion/ej2-buttons/styles/bootstrap5";
@import "../node_modules/@syncfusion/ej2-calendars/styles/bootstrap5";
@import "../node_modules/@syncfusion/ej2-dropdowns/styles/bootstrap5";
@import "../node_modules/@syncfusion/ej2-grids/styles/bootstrap5";
@import "../node_modules/@syncfusion/ej2-inputs/styles/bootstrap5";
@import "../node_modules/@syncfusion/ej2-lists/styles/bootstrap5";
@import "../node_modules/@syncfusion/ej2-navigations/styles/bootstrap5";
@import "../node_modules/@syncfusion/ej2-notifications/styles/bootstrap5";
@import "../node_modules/@syncfusion/ej2-popups/styles/bootstrap5";
@import "../node_modules/@syncfusion/ej2-schedule/styles/bootstrap5";
@import "../node_modules/@syncfusion/ej2-splitbuttons/styles/bootstrap5";