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
ng-bootstrap 7 comes also with some mixins/functions changes that need to be updated. We are going to update it to the latest version in our next update, I think at the beginning of the next year.
Version
1.1.0
Reproduction link
Operating System
Windows
Device
PC
Browser & Version
All browsers
Steps to reproduce
What is expected?
I expect it to work correctly
What is actually happening?
I get this error in the console:
SassError: No argument named $ignore-warning.
┌──> node_modules\bootstrap\scss_forms.scss
40│ @include form-control-focus($ignore-warning: true);
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ invocation
╵
┌──> src\assets\scss\core\mixins_forms.scss
1 │ @mixin form-control-focus() {
│ ━━━━━━━━━━━━━━━━━━━━ declaration
╵
node_modules\bootstrap\scss_forms.scss 40:3 form-control-focus()
node_modules\bootstrap\scss_forms.scss 40:3 @import
Solution
Additional comments
The text was updated successfully, but these errors were encountered: