2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

Suppress text-hide deprecation warning (#26242)

This commit is contained in:
Alexander Rechsteiner
2018-04-16 08:45:07 +02:00
committed by XhmikosR
parent 555333a20e
commit 056e28d9e0
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -54,5 +54,5 @@
// Misc
.text-hide {
@include text-hide();
@include text-hide($ignore-warning: true);
}