Skip to content
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

Open
sumitamit1 opened this issue Feb 13, 2019 · 7 comments
Open

Mixin Form Validation State is missing argument $icon #154

sumitamit1 opened this issue Feb 13, 2019 · 7 comments

Comments

@sumitamit1
Copy link

Prerequisites

Please answer the following questions for yourself before submitting an issue.

  • [Y ] I am running the latest version
  • [Y ] I checked the documentation and found no answer
  • [Y ] I checked to make sure that this issue has not already been filed
  • [Y ] I'm reporting the issue to the correct repository (for multi-repository projects)

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.

  • Device:
  • Operating System:
  • Browser and Version:

Failure Logs

Please include any relevant log snippets or files here.

@fooey
Copy link

fooey commented Feb 18, 2019

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

@sumitamit1
Copy link
Author

Hi @fooey, I tried the same but didn't work for me.

@Chemasmas
Copy link

@fooey You have saved my life, thanks for the sugestion

@parand87
Copy link

open _forms.scss, line 159 pass "none" to mixin.
like this
@include form-validation-state("valid", $label-color, "none");

@kush95ab
Copy link

open _forms.scss, line 159 pass "none" to mixin.
like this
@include form-validation-state("valid", $label-color, "none");

you saved me ...thanks

@eyobtilahun
Copy link

open _forms.scss, line 159 pass "none" to mixin.
like this
@include form-validation-state("valid", $label-color, "none");

Thanks man you saved me too..................

@iiitma
Copy link

iiitma commented Jul 22, 2020

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

creativetimofficial/ct-material-dashboard-pro-angular#316 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants