2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-23 20:40:36 +03: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
+1 -3
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);
}