You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the error message with "@progress/kendo-theme-bootstrap": "3.0.0" and "bootstrap": "4.2.1" (latest Angular stack) on ng serve:
$menu-text: rgba( $header-text, .5 ) !default;
^
Argument `$color` of `rgba($color, $alpha)` must be a color
in /mnt/c/Github/[project_name]/node_modules/@progress/kendo-theme-bootstrap/scss/menu/_theme.scss (line 2, column 13)
Current behavior
@progress/[email protected]
does not work along with[email protected]
. I get a compilation error:Expected behavior
ng build
completes successfully without any errorsMinimal reproduction of the problem with instructions
Please see repo here: https://github.com/altso/ankenboot
What is the motivation or use case for changing the behavior?
To have an ability to stay on the latest version of bootstrap.
Environment
Product:
Package versions:
Browser:
N/A
System:
The same code works just fine with
[email protected]
The text was updated successfully, but these errors were encountered: