-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
Searchbar sass build fails #7090
Comments
Hey @dvdbrink, are you setting any custom colors in your Sass theme files? Could you show me what your
|
@brandyscarney Yes, I am.
|
Are you using the
will error anywhere you use it on a component that grabs the contrast color. Maybe you meant for |
It's doesn't error anymore after adding a contrast to greyscale. The searchbar didn't use the greyscale color though and I didn't have the error in beta.8. |
Ah sorry I said that wrong. When the Sass builds the CSS from the component files it loops through every color and generates the CSS for it. The reason this didn't happen in So the real issue here is that if you use a Thanks for the issue! 😄 |
Short description of the problem:
I'm unable to build sass files due to an error in searchbar.ios.scss. This has been happening since upgrading to beta.9 and still persists in beta.10. My current workaround is manually replacing the file with https://github.com/driftyco/ionic/blob/c8f760f080d73817481131e7eccfdfd618296ada/src/components/searchbar/searchbar.ios.scss
Steps to reproduce:
Which Ionic Version? 2.0.0-beta.9 & 2.0.0-beta.10
Run
ionic info
from terminal/cmd prompt:Cordova CLI: 6.2.0
Ionic Framework Version: 2.0.0-beta.10
Ionic CLI Version: 2.0.0-beta.32
Ionic App Lib Version: 2.0.0-beta.18
OS:
Node Version: v6.2.1
The text was updated successfully, but these errors were encountered: