diff options
| author | Alexander Rechsteiner <[email protected]> | 2018-04-16 08:45:07 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-04-16 09:45:07 +0300 |
| commit | 056e28d9e084c134f6c58ad0ede31467a51294e6 (patch) | |
| tree | 82ae0431d2d04553d9cbad2c918dda6dcd37cce6 /scss/utilities | |
| parent | 555333a20e160245f795299c080b483e083cc44d (diff) | |
| download | bootstrap-056e28d9e084c134f6c58ad0ede31467a51294e6.tar.xz bootstrap-056e28d9e084c134f6c58ad0ede31467a51294e6.zip | |
Suppress text-hide deprecation warning (#26242)
Diffstat (limited to 'scss/utilities')
| -rw-r--r-- | scss/utilities/_text.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/utilities/_text.scss b/scss/utilities/_text.scss index 4f6eba506..9d96c4656 100644 --- a/scss/utilities/_text.scss +++ b/scss/utilities/_text.scss @@ -54,5 +54,5 @@ // Misc .text-hide { - @include text-hide(); + @include text-hide($ignore-warning: true); } |
