The `text-hide()` mixin has been deprecated as of v4.1.0. It will be removed entirely in v5.
See original GitHub issueHi
After updating to Version 4.1.0. When I wanna compile my SCSS files I get this error:
The "text-hide()" mixin has been deprecated as of v4.1.0. It will be removed entirely in v5.
But when I comment .text-hide
class in _text.scss every things go fine and there is no issue!
Issue Analytics
- State:
- Created 5 years ago
- Comments:11 (4 by maintainers)
Top Results From Across the Web
Warning: The `invisible()` mixin has been deprecated as of v4 ...
Warning: The `invisible()` mixin has been deprecated as of v4.3.0. It will be removed entirely in v5. Am getting this warning from specs:....
Read more >bootstrap - UNPKG
7, background-color: transparent;. 8, border: 0;. 9. 10, @warn "The `text-hide()` mixin has been deprecated as of v4.1.0. It will be removed entirely...
Read more >Migrating to v5 - Bootstrap
Deprecated The .alert-variant() mixin is now deprecated. We now use the Sass loop directly to modify the component's default CSS variables for each...
Read more >warning when compiling - Material Design for Bootstrap
But now I got this warning when compiling: <pre>WARNING: The `text-hide()` mixin has been deprecated as of v4.1.0. It will be removed...
Read more >Problem to install Sage - Roots Discourse
... mixin has been deprecated as of v4.1.0. It will be removed entirely in v5. on line 10 of node_modules/bootstrap/scss/mixins/_text-hide.scss, in mixin ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Having loud warnings about library internals is a bad smell. It makes it easy to ignore warnings, since there’s nothing I’m doing to trigger them. Can there be some way to turn this off?
@RobertSmits ok, without further investigation I’ve assumed that internally, there is an alternative to the now deprecated text-hide mixin so bootstrap itself can set a good example of how to avoid using this deprecated feature. I’ve just wondered why compiling bootstrap without further modifications issues a warning now.