1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-29 16:19:53 +02:00

Add deprecate() mixin (#28092)

This commit is contained in:
Martijn Cuppens
2019-01-22 20:55:23 +01:00
committed by GitHub
parent f7e8445f72
commit 5c56e9adff
5 changed files with 16 additions and 3 deletions

View File

@@ -7,7 +7,5 @@
background-color: transparent;
border: 0;
@if ($ignore-warning != true) {
@warn "The `text-hide()` mixin has been deprecated as of v4.1.0. It will be removed entirely in v5.";
}
@include deprecate("`text-hide()`", "v4.1.0", "v5", $ignore-warning);
}