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

Suppress text-hide warning from BS4.1 #227

Closed
robmcguinness opened this issue Apr 19, 2018 · 2 comments
Closed

Suppress text-hide warning from BS4.1 #227

robmcguinness opened this issue Apr 19, 2018 · 2 comments
Labels

Comments

@robmcguinness
Copy link
Contributor

twbs/bootstrap#26237

.text-hide {
  @include text-hide();	  @include text-hide($ignore-warning: true);
}
@TheSharpieOne
Copy link
Collaborator

There is no action we can take since this is coming directly from bootstrap, we cannot replace the reference since it is not in our code.
The issue has been fixed upstream and will be in the next bootstrap release.

@robmcguinness
Copy link
Contributor Author

ok sounds good.

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

No branches or pull requests

2 participants