question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

text-hide() warning message

See original GitHub issue

When building the new 4.1 scss source code, I get the following warning message:

alex@ubuntuVM:~/code/bootstrap-41/scss$ scss bootstrap.scss  bootstrap.css
WARNING: The `text-hide()` mixin has been deprecated as of v4.1.0. It will be removed entirely in v5.
         on line 10 of mixins/_text-hide.scss, in `text-hide'
         from line 57 of utilities/_text.scss
         from line 14 of _utilities.scss
         from line 41 of bootstrap.scss

It seems text-hide() ist still used in https://github.com/twbs/bootstrap/blob/v4.1.0/scss/utilities/_text.scss#L57

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:21
  • Comments:9 (7 by maintainers)

github_iconTop GitHub Comments

59reactions
arechsteinercommented, Apr 10, 2018

I feel like the vanilla Bootstrap source code shouldn’t spawn warning messages about itself.

I have some projects where I build custom versions of Bootstrap and they all spawn warnings now even though I’m not using text-hide() and am perfectly innocent. 😇

31reactions
TheSharpieOnecommented, Apr 12, 2018

Usually when there is a deprecation warning about something going to be remove, the package itself doesn’t use that thing. Typically I see the package migrating to the new preferred usage, and others can use that commit as an example way to migrate any of their own usage. It seems like bootstrap is planning on removing something and are not quite sure what to do when it gets removed. Leaving others to determine that for themselves and also warning them that bootstrap will break itself in the next version unless bootstrap takes additional action (which they obviously will and really doesn’t make any sense to tell the user).

Read more comments on GitHub >

github_iconTop Results From Across the Web

Tackling Data Privacy in Language Understanding Tasks - arXiv
In this paper, we propose TextHide aiming at addressing this challenge for natural language understanding tasks.
Read more >
TextHide/run_glue.py at master · Hazelsuko07/TextHide · GitHub
TextHide : Tackling Data Privacy in Language Understanding Tasks ... data_args, training_args = parser.parse_args_into_dataclasses() ... logger.warning(.
Read more >
jQuery warning: event.returnValue is deprecated. Please use ...
this is sindhuri,I receive the following warning in my Google Chrome console: event.returnValue is deprecated. Please use the standard event.preventDefault() ...
Read more >
Fluent UI Message bar in the SharePoint Framework (SPFx ...
This article provides steps to implement the Fluent UI Message bar in ... <PrimaryButton text= "Show Warning Message" onClick={() => this .
Read more >
ST.Alert | Sencha Test 2.0.2 - Sencha Documentation
var myalert = ST.alert({ title: 'My Alert', message: 'alert message', buttons: [ { text: 'destroy', handler: function () { myalert.destroy(); } }, {...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found