-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Mixin Form Validation State is missing argument $icon #154
Comments
I'm also getting this error after upgrading from bootstrap 4.2.1 to 4.3.1. Pinning bootstrap to 4.2.1 solves it for me for now This looks like the bootstrap commit causing the breakage: twbs/bootstrap@deea117#diff-4fcf7dc3cf66b28cb08274cc30798d70 |
Hi @fooey, I tried the same but didn't work for me. |
@fooey You have saved my life, thanks for the sugestion |
open _forms.scss, line 159 pass "none" to mixin. |
you saved me ...thanks |
Thanks man you saved me too.................. |
creativetimofficial/ct-material-dashboard-pro-angular#316 (comment) |
Prerequisites
Please answer the following questions for yourself before submitting an issue.
Expected Behavior
Please describe the behavior you are expecting: ng build is stopping because of this error.
Current Behavior
What is the current behavior? The build is failing for the application
Failure Information (for bugs)
Please help provide information about the failure if this is a bug. If it is not a bug, please remove the rest of this template.
Steps to Reproduce
Please provide detailed steps for reproducing the issue.
Mixin form-validation-state is missing argument $icon Under: ~/assets\scss\core\mixins_forms.scss (line 159, column 14)
Context
Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.
Failure Logs
Please include any relevant log snippets or files here.
The text was updated successfully, but these errors were encountered: