Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/JugglerX/hugo-whisper-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/scss/bootstrap/mixins/_float.scss')
-rwxr-xr-xassets/scss/bootstrap/mixins/_float.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/assets/scss/bootstrap/mixins/_float.scss b/assets/scss/bootstrap/mixins/_float.scss
index 48fa8b6..adff88e 100755
--- a/assets/scss/bootstrap/mixins/_float.scss
+++ b/assets/scss/bootstrap/mixins/_float.scss
@@ -2,10 +2,13 @@
@mixin float-left {
float: left !important;
+ @include deprecate("The `float-left` mixin", "v4.3.0", "v5");
}
@mixin float-right {
float: right !important;
+ @include deprecate("The `float-right` mixin", "v4.3.0", "v5");
}
@mixin float-none {
float: none !important;
+ @include deprecate("The `float-none` mixin", "v4.3.0", "v5");
}