-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Why the bootstrap 4 dependency? #31
Comments
Same happens to me as soon as I update ngx-custom-validators to latest version. Also using bootstrap-sass 3. |
Same issue, with warning on
|
@rsaenen you are using bootstrap for development/testing purposes in Edit: |
@igor-pavlichenko thanks a lot ! Released with |
It's specified in the dependencies as
"bootstrap": "^4.1.3",
, what is it used for here?For some reason it's breaking my angular 9 project that uses bootstrap-sass 3 in legacy code. It's related to sass exports/imports.
The text was updated successfully, but these errors were encountered: