diff options
| author | Mark Otto <[email protected]> | 2019-03-14 10:23:54 -0700 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-03-14 19:23:54 +0200 |
| commit | 837ff0cc11dd3d25b8fe74129afcd7a81aeb2280 (patch) | |
| tree | 75fff1044c06b206e24dc2f68eb42c901bfad4ff /scss/utilities | |
| parent | c16532c7248c9606afb311bfc73680c185fdf625 (diff) | |
| download | bootstrap-837ff0cc11dd3d25b8fe74129afcd7a81aeb2280.tar.xz bootstrap-837ff0cc11dd3d25b8fe74129afcd7a81aeb2280.zip | |
v5: Drop remaining deprecated mixins (#28461)
- Deletes mixin mentions from float docs
- Deletes mixin mention from visibility docs
- Deletes the image-replacement page for text-hide
Diffstat (limited to 'scss/utilities')
| -rw-r--r-- | scss/utilities/_text.scss | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scss/utilities/_text.scss b/scss/utilities/_text.scss index 589e5687a..fbf707d01 100644 --- a/scss/utilities/_text.scss +++ b/scss/utilities/_text.scss @@ -56,10 +56,6 @@ // Misc -.text-hide { - @include text-hide($ignore-warning: true); -} - .text-decoration-none { text-decoration: none !important; } .text-break { |
